cnb-mcp-server
Version:
MCP Server for the cnb API, enabling file operations, repository management, search functionality, and more.
41 lines (40 loc) • 1 kB
JSON
{
"name": "cnb-mcp-server",
"version": "0.1.1",
"description": "MCP Server for the cnb API, enabling file operations, repository management, search functionality, and more.",
"type": "module",
"bin": {
"cnb-mcp-server": "build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "node build/test.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"node-fetch": "^2.7.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
},
"main": "test-cnb.js",
"repository": {
"type": "git",
"url": "https://cnb.cool/FFA/cnb-mcp-server.git"
},
"keywords": [
"cnb",
"mcp"
],
"author": "shenmadouyao",
"license": "ISC"
}