{
	"name": "mcp-hub-mcp",
	"version": "1.3.1",
	"description": "MCP Hub server that connects to and manages other MCP servers",
	"main": "dist/index.js",
	"type": "module",
	"files": [
		"dist",
		"README.md",
		"LICENSE"
	],
	"bin": {
		"mcp-hub-mcp": "dist/index.js"
	},
	"scripts": {
		"build": "tsc",
		"start": "node dist/index.js",
		"dev": "tsc && node dist/index.js",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"mcp",
		"model-context-protocol"
	],
	"author": "",
	"license": "MIT",
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.24.2",
		"zod": "^3.25.67"
	},
	"devDependencies": {
		"@semantic-release/changelog": "^6.0.3",
		"@semantic-release/git": "^10.0.1",
		"@types/node": "^22.15.32",
		"semantic-release": "^24.2.5",
		"typescript": "^5.8.3"
	},
	"pnpm": {
		"overrides": {
			"body-parser": ">=2.2.1",
			"js-yaml": ">=4.1.1"
		}
	}
}
