mcpipe
Version:
Decorate stdio MCP servers with debugging and other capabilities.
63 lines (62 loc) • 1.34 kB
JSON
{
"name": "mcpipe",
"version": "0.1.0",
"description": "Decorate stdio MCP servers with debugging and other capabilities.",
"main": "dist/index.js",
"bin": {
"mcpipe": "dist/cli.js"
},
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc && node -e \"require('fs').chmodSync('dist/cli.js', '755')\"",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"cursor",
"mcp",
"mcp-server",
"stdio",
"debug",
"pipe",
"wrapper",
"launcher",
"proxy",
"remap",
"prefix",
"namespacing",
"name-collision",
"mcp-tools",
"env",
"environment",
"config",
"configuration",
"child-process"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/griffithsbs/mcpipe.git"
},
"homepage": "https://github.com/griffithsbs/mcpipe",
"author": "Ben Griffiths <benstephengriffiths@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/griffithsbs/mcpipe/issues"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.19.87",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"dist",
"README.md"
]
}