feat: polish VR gameplay and sync tools
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "vrbeats-unity-mcp-server",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"vrbeats-unity-mcp": "./index.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.12.1",
|
||||
"zod": "^3.25.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./index.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user