17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"name": "tutorial-mcp",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": ">=1.26.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
} |