update mcp
Some checks failed
Sync from Gitea (main→main, keep workflow) / mirror (push) Has been cancelled

This commit is contained in:
Zheyuan Wu
2026-03-20 01:58:49 -05:00
parent 24153a40b4
commit cd8705ad9e
6 changed files with 557 additions and 151 deletions

View File

@@ -9,7 +9,11 @@
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path out/_pagefind",
"start": "next start",
"mcp:notes": "node ./mcp-server.mjs",
"test:mcp": "node ./test/test-mcp-server.mjs"
"mcp:worker:build-data": "node ./scripts/generate-mcp-worker-data.mjs",
"mcp:worker:deploy": "npm run mcp:worker:build-data && npx wrangler deploy --config mcp-worker/wrangler.toml",
"mcp:worker:deploy:dry-run": "npm run mcp:worker:build-data && npx wrangler deploy --dry-run --config mcp-worker/wrangler.toml",
"test:mcp": "node ./test/test-mcp-server.mjs",
"test:mcp:worker": "node ./test/test-mcp-worker.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
@@ -34,4 +38,4 @@
"@types/node": "24.10.0",
"@types/react": "19.2.2"
}
}
}