Files
mcp-bridge/package.json
2026-02-03 20:04:45 +08:00

26 lines
493 B
JSON

{
"name": "mcp-bridge",
"version": "1.0.0",
"description": "Cocos Creator MCP 桥接插件",
"author": "Firekula",
"main": "main.js",
"scene-script": "scene-script.js",
"main-menu": {
"Packages/MCP Bridge/Open Test Panel": {
"message": "mcp-bridge:open-test-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "MCP Test Panel",
"width": 400,
"height": 300
},
"profiles": {
"local": {
"auto-start": false,
"last-port": 3456
}
}
}