Remove MCP server documentation - #31
Conversation
|
@Quantumlyy is attempting to deploy a commit to the EFP Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughRemoves the ETHID MCP documentation page and its ChangesDocumentation Cleanup
Config Update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Summary
Removes the ETHID MCP (Model Context Protocol) server documentation, since the MCP deployment no longer exists and the page pointed users at a dead service. Deletes the
pages/docs/ai-tools/ethid-mcp.mdxpage (910 lines) along with its "MCP Server" entry in the AI Tools sidebar (pages/docs/ai-tools/_meta.ts); the AI Tools section and its unrelated LLMs.txt page are left untouched, and no other pages link to the removed page.Also excludes the auto-generated
next-env.d.tsfrom eslint (eslint.config.mjs), fixing a pre-existing@typescript-eslint/triple-slash-referencefailure caused by the Next.js 15.5 typed-routes reference.bun run lintandbun run buildboth pass.