- 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
16 lines
357 B
JSON
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"
|
|
}
|