Files
Joywayer dd3eb24d0f refactor: 拆分 claude-dev-stack 为 windows-dev-stack 和 wsl-dev-stack
将原 claude-dev-stack 目录拆分为独立的 Windows 和 WSL 部署栈,便于分别维护和使用。

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 01:11:20 +08:00

37 lines
784 B
JSON

{
"name": "godot-mcp-pro",
"version": "1.14.1",
"description": "Premium MCP server for AI-powered Godot development with 172 tools",
"main": "build/index.js",
"bin": {
"godot-cli": "build/cli.js",
"godot-mcp-setup": "build/setup.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node build/index.js",
"setup": "node build/setup.js",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/ws": "^8.5.13",
"typescript": "^5.7.0",
"vitest": "^4.1.2"
},
"keywords": [
"godot",
"mcp",
"ai",
"editor"
],
"license": "MIT"
}