38 lines
1000 B
JSON
38 lines
1000 B
JSON
{
|
|
"name": "openmcp-sdk",
|
|
"version": "0.0.3",
|
|
"description": "openmcp-sdk",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LSTM-Kirigaya/openmcp-client"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"openmcp",
|
|
"openmcp-sdk",
|
|
"llm framework",
|
|
"agent",
|
|
"ai agent"
|
|
],
|
|
"author": "kirigaya",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/LSTM-Kirigaya/openmcp-client/issues"
|
|
},
|
|
"homepage": "https://document.kirigaya.cn/blogs/openmcp/main.html",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.10.2",
|
|
"@seald-io/nedb": "^4.1.1",
|
|
"@vue/server-renderer": "^3.5.13",
|
|
"axios": "^1.7.7",
|
|
"bson": "^6.8.0",
|
|
"openai": "^4.93.0",
|
|
"pako": "^2.1.0",
|
|
"tesseract.js": "^6.0.1",
|
|
"uuid": "^11.1.0",
|
|
"ws": "^8.18.1"
|
|
}
|
|
} |