jinko-mcp-dev
Version:
MCP server for Jinko Travel BFF
59 lines (58 loc) • 1.44 kB
JSON
{
"name": "jinko-mcp-dev",
"version": "0.0.17",
"description": "MCP server for Jinko Travel BFF",
"type": "module",
"main": "build/index.js",
"bin": {
"jinko-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"start": "node build/index.js",
"dev": "ts-node --esm src/index.ts",
"deploy": "npm run build && npx wrangler deploy",
"deploy:preview": "npm run build && npx wrangler versions upload",
"deploy:dev": "npm run build && npx wrangler deploy --env dev"
},
"files": [
"build",
"facilities.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jinkocx/jinko-mcp.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"travel",
"hotel",
"booking",
"ai"
],
"author": "Jinko Travel",
"license": "ISC",
"bugs": {
"url": "https://github.com/jinkocx/jinko-mcp/issues"
},
"homepage": "https://github.com/jinkocx/jinko-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"js-yaml": "^4.1.0",
"uuid": "^11.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.12",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"wrangler": "^3.114.8"
}
}