UNPKG

bc_resource_mcp-beta

Version:

MCP server for Baichuan resource

38 lines 742 B
{ "name": "bc_resource_mcp-beta", "version": "0.0.3", "description": "MCP server for Baichuan resource", "type": "module", "bin": { "bc_resource_mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bc", "edu", "resource", "mcp" ], "author": "chenxiaolin", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "axios": "^1.8.4", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22.13.17", "typescript": "^5.8.2", "shx": "^0.3.4" }, "engines": { "node": ">=16.0.0" } }