Files
cc-3-8-x-mcp/cli/package.json
T
furao 14c5b00f14 Initial public release: cc-3-8-x-mcp
Cocos Creator 3.8.x MCP bridge extension with a built-in offline CLI.

Components:
- Editor extension: in-process MCP server exposing scene / asset-db /
  preview / local / editor-process-control tools
- stdio router: aggregates multiple editor instances on one machine,
  with shortName dedup
- offline CLI (cocos-mcp-cli): headless prefab read/write + a wrapper
  around the Cocos CLI build

Pure Node.js, zero third-party dependencies. Licensed under Apache-2.0.
2026-06-06 11:33:19 +08:00

10 lines
204 B
JSON

{
"name": "cocos-mcp-cli",
"version": "0.1.0",
"private": true,
"bin": { "cocos-mcp-cli": "./bin/cocos-mcp-cli.js" },
"main": "./src/index.js",
"license": "Apache-2.0",
"author": "付饶"
}