theta-health-mcp-client
Version:
Theta Health MCP Client for WebSocket connection - Works like @notionhq/notion-mcp-server
43 lines • 1.08 kB
JSON
{
"name": "theta-health-mcp-client",
"version": "1.0.0",
"description": "Theta Health MCP Client for WebSocket connection - Works like @notionhq/notion-mcp-server",
"main": "node_mcp_client.js",
"bin": {
"theta-health-mcp": "./node_mcp_client.js"
},
"scripts": {
"start": "node node_mcp_client.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "echo 'Publishing theta-health-mcp-client...'"
},
"keywords": [
"mcp",
"model-context-protocol",
"theta-health",
"websocket",
"cursor",
"ai-tools",
"health-data"
],
"author": "Theta Health Team <team@theta-health.com>",
"license": "MIT",
"dependencies": {
"ws": "^8.14.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/theta-health/mcp-client.git"
},
"homepage": "https://github.com/theta-health/mcp-client#readme",
"bugs": {
"url": "https://github.com/theta-health/mcp-client/issues"
},
"files": [
"node_mcp_client.js",
"README.md"
]
}