prompthub-mcp-adapter
Version:
MCP adapter for connecting AI clients (Cursor, Claude Desktop) to PromptHub server with advanced semantic search and natural language understanding
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "prompthub-mcp-adapter",
"version": "2.6.0",
"description": "MCP adapter for connecting AI clients (Cursor, Claude Desktop) to PromptHub server with advanced semantic search and natural language understanding",
"main": "index.js",
"bin": {
"prompthub-mcp-adapter": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"mcp",
"prompthub",
"ai",
"claude",
"cursor",
"adapter",
"protocol",
"prompt",
"management",
"semantic-search",
"intelligent-search",
"nlp"
],
"author": "PromptHub Team",
"license": "MIT",
"homepage": "https://prompt-hub.cc",
"repository": {
"type": "git",
"url": "git+https://github.com/xiiizoux/PromptHub.git"
},
"bugs": {
"url": "https://github.com/xiiizoux/PromptHub/issues"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"dependencies": {
"axios": "^1.10.0",
"form-data": "^4.0.0"
}
}