| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "drg-mcp-server",
- "version": "1.0.0",
- "description": "DRG医保控费预警系统MCP服务器 - 连接内网IRIS数据库(172.16.2.15)",
- "main": "server.js",
- "scripts": {
- "start": "node server.js",
- "dev": "node server.js",
- "test": "node test-connection.js",
- "install-deps": "npm install @modelcontextprotocol/sdk axios"
- },
- "keywords": [
- "mcp",
- "iris",
- "drg",
- "healthcare",
- "database"
- ],
- "author": "DRG开发团队",
- "license": "MIT",
- "dependencies": {
- "@modelcontextprotocol/sdk": "^1.0.0",
- "axios": "^1.6.0"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "mcp": {
- "name": "drg-mcp-server",
- "version": "1.0.0",
- "description": "DRG医保控费预警系统MCP服务器",
- "capabilities": {
- "tools": true,
- "resources": true
- }
- }
- }
|