{ "name": "tlbm-mcp", "version": "1.0.0", "description": "TLBM 无人车运营 API MCP Server", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "tlbm-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "keywords": ["mcp", "vehicle", "delivery", "autonomous"], "author": "AtomDancing", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }