- StdioServerTransport(stdin/stdout标准MCP协议) - Zod schema注册(file_list/read/write/move/exec/process_list/sysinfo) - pnpm install完成+SDK依赖解析 - 添加zod依赖
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"@yuzu-gca/shared": "workspace:*",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"build": "tsc"
|
|
},
|
|
"name": "@yuzu-gca/server",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"main": "dist/index.js"
|
|
} |