mcp-server-multiverse

by lamemind
Verified
{ "name": "@lamemind/mcp-server-multiverse", "version": "1.1.1", "homepage": "https://github.com/lamemind/mcp-server-multiverse#readme", "author": "lamemind", "type": "module", "main": "./dist/index.js", "bin": { "mcp-server-multiverse": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "dev": "tsx watch src/index.ts", "watch": "tsc --watch", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol" ], "license": "MIT", "description": "A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.", "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.13.5", "shx": "^0.3.4", "tsx": "^4.19.3", "typescript": "^5.7.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "chokidar": "^4.0.3", "commander": "^13.1.0", "zod-to-json-schema": "^3.24.3" }, "repository": { "type": "git", "url": "git+https://github.com/lamemind/mcp-server-multiverse.git" }, "bugs": { "url": "https://github.com/lamemind/mcp-server-multiverse/issues" } }