Files
proxmox/mcp-wormhole-docs/package.json
defiQUG 0f70fb6c90 feat(wormhole): AI docs mirror, MCP server, playbook, RAG, verify script
- Playbook + RAG doc; Cursor rule; sync script + manifest snapshot
- mcp-wormhole-docs: resources + wormhole_doc_search (read-only)
- verify-wormhole-ai-docs-setup.sh health check

Wire pnpm-workspace + lockfile + AGENTS/MCP_SETUP/MASTER_INDEX in a follow-up if not already committed.

Made-with: Cursor
2026-03-31 21:05:06 -07:00

16 lines
357 B
JSON

{
"name": "mcp-wormhole-docs",
"version": "1.0.0",
"description": "Read-only MCP server: Wormhole AI doc mirror resources + site-index search",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"node-fetch": "^3.3.2"
},
"license": "MIT"
}