package.json•1.03 kB
{
"name": "mcp-streamable-http",
"private": true,
"version": "1.0.0",
"main": "src/server.js",
"type": "module",
"scripts": {
"build": "tsc && shx cp src/instructions.md dist/ && shx cp src/instructions.md ./",
"start": "node dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"build"
],
"bin": {
"demo": "./dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.1",
"express": "^5.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.17",
"typescript": "^5.8.3",
"shx": "^0.3.4"
},
"modelcontext": {
"instructions": "instructions.md",
"description": "A streamable HTTP MCP server with AI-readable context instructions",
"goal": "Handle UTAPI MCP requests and forward OBIS data to an HTTP endpoint",
"entry_point": "src/server.js"
},
"_buildCacheHint": "v2"
}