package.json•956 B
{
"name": "my-first-mcp",
"version": "1.0.0",
"type": "module",
"description": "My first MCP",
"main": "index.js",
"scripts": {
"myFirstMcp": "node my-first-mcp.js",
"myFirstMcp:list": "echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/list\", \"params\": {\"name\": \"add\", \"arguments\": {}}}' | node my-first-mcp.js | jq",
"myFirstMcp:call": "echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"add\", \"arguments\": {\"a\": 5, \"b\": 3}}}' | node my-first-mcp.js | jq"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxiGarcia13/my-first-mcp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxiGarcia13/my-first-mcp/issues"
},
"homepage": "https://github.com/MaxiGarcia13/my-first-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "1.16",
"zod": "^3.25.76"
}
}