22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"name": "zhuyuan-mcp",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "铸渊自建MCP Server v1.0 · 光湖第二只手 · Notion↔服务器桥接",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
"express": "^4.21.0",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"author": "霜砚 AG-SY-01 · 铸渊 ICE-GL-ZY001",
|
|
"license": "SEE COPYRIGHT",
|
|
"private": true
|
|
}
|