39 lines
671 B
JSON
39 lines
671 B
JSON
{
|
|
"name": "mcp-bridge",
|
|
"version": "1.0.0",
|
|
"description": "Cocos Creator MCP 桥接插件",
|
|
"author": "Firekula",
|
|
"main": "src/main.js",
|
|
"scene-script": "src/scene-script.js",
|
|
"main-menu": {
|
|
"MCP 桥接器/开启测试面板": {
|
|
"message": "mcp-bridge:open-test-panel"
|
|
}
|
|
},
|
|
"panel": {
|
|
"main": "panel/index.js",
|
|
"type": "dockable",
|
|
"title": "MCP 测试面板",
|
|
"width": 400,
|
|
"height": 300
|
|
},
|
|
"profiles": {
|
|
"local": {
|
|
"auto-start": false,
|
|
"last-port": 3456
|
|
}
|
|
},
|
|
"messages": {
|
|
"open-test-panel": {
|
|
"methods": [
|
|
"openTestPanel"
|
|
]
|
|
},
|
|
"query-spriteframe-uuid": {
|
|
"methods": [
|
|
"querySpriteFrameUuid"
|
|
]
|
|
}
|
|
}
|
|
}
|