You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
395 B
19 lines
395 B
{
|
|
"name": "mcp",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mcp-inspector node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.4.1",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/inspector": "^0.6.0",
|
|
"@modelcontextprotocol/sdk": "^1.7.0",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|
|
|