package.json•1.16 kB
{
"name": "pythais-mcp-server",
"version": "0.1.4",
"description": "pythAIs - MCP server for Pythagraph RED API access",
"type": "module",
"main": "dist/index.js",
"license": "ISC",
"author": "PYTHAGRAPH",
"homepage": "https://pythagraph.com",
"bugs": "https://pythagraph.com",
"bin": {
"pythais-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "jest --config=jest.config.cjs --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/pythagraph/pythagraph-red-mcp.git"
},
"keywords": [
"mcp",
"pythagraph",
"red",
"mcpserver"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"node-fetch": "^3.3.2",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22",
"@types/node-fetch": "^2.6.11",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}