package.json•879 B
{
"name": "@mingzilla/pi-api-mcp-server",
"version": "1.0.9",
"main": "build/index.js",
"bin": "build/index.js",
"scripts": {
"prepare": "bash -i ./dependencies.sh",
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc --watch"
},
"type": "module",
"keywords": [
"mcp",
"model-context-protocol",
"pi",
"dashboard",
"api",
"claude"
],
"author": "",
"license": "ISC",
"description": "An MCP server for interacting with the PI Dashboard API",
"repository": {
"type": "git",
"url": "https://github.com/mingzilla/pi-api-mcp-server"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@types/node": "^20.17.24",
"node-fetch": "^3.3.2",
"typescript": "^5.8.2",
"zod": "^3.24.2"
}
}