This commit is contained in:
2025-10-25 16:26:14 +08:00
parent 4d74088cf1
commit b7e1af9b10
3 changed files with 136 additions and 12 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"mcp": "node src/mcp.ts"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
@@ -15,6 +16,7 @@
"@types/node": "^24.9.1"
},
"dependencies": {
"dotenv": "^17.2.3"
"dotenv": "^17.2.3",
"@modelcontextprotocol/sdk": "^1.0.0"
}
}