{ "name": "@tip/mcp-server", "version": "0.1.0", "private": true, "description": "TIP MCP Server — 12 tools for LLM access to transceiver intelligence", "main": "dist/index.js", "bin": { "tip-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "pg": "^8.13.1", "dotenv": "^16.4.7", "zod": "^3.24.0" }, "devDependencies": { "@types/pg": "^8.11.11", "typescript": "^5.9.3", "tsx": "^4.19.0" } }