mcp addded by codex

This commit is contained in:
Zheyuan Wu
2026-03-19 23:46:00 -05:00
parent d5e1774aad
commit 24153a40b4
4 changed files with 332 additions and 33 deletions

View File

@@ -7,9 +7,12 @@
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path out/_pagefind",
"start": "next start"
"start": "next start",
"mcp:notes": "node ./mcp-server.mjs",
"test:mcp": "node ./test/test-mcp-server.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
"@docsearch/css": "^4.3.1",
"@docsearch/react": "^4.3.1",
"@napi-rs/simple-git": "^0.1.22",