package.json•712 B
{
"name": "mcp-hub-tools",
"version": "1.0.0",
"description": "Documentation and configuration for MCP Hub HTTP-based MCP server - search and discover Model Context Protocols.",
"repository": {
"type": "git",
"url": "https://github.com/mcp-hub/mcp-hub.git",
"directory": "mcp-hub-tools"
},
"files": [
"manifest.json",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"model-context-protocol",
"http",
"json-rpc",
"server-sent-events",
"search",
"documentation"
],
"license": "MIT",
"homepage": "https://www.aimcp.info",
"bugs": {
"url": "https://github.com/mcp-hub/mcp-hub/issues"
},
"engines": {
"node": ">=18.0.0"
}
}