docs: Add MCP setup guide and documentation system#86
Merged
DevanshuNEU merged 5 commits intoDec 7, 2025
Conversation
- Add /docs route with DocsLayout and sidebar navigation - Create MCPSetupPage with full MCP integration guide - Create DocsHomePage with feature overview - Add docs/MCP_SETUP.md for GitHub reference - Update App.tsx with public docs routes (no auth required) - Update build script to separate TypeScript checks Includes: - Step-by-step Claude Desktop configuration - All 6 MCP tools with example prompts - OS-specific config paths (macOS, Windows, Linux) - Troubleshooting section - Conversational, developer-friendly tone Closes OpenCodeIntel#64
- Update Sidebar to handle external links properly - Documentation link now opens /docs in new tab with external icon - Update TopNav dropdown to also open docs in new tab - Prevents dashboard context loss when viewing docs
- Add 'Docs' link in navbar between GitHub icon and Sign in - Add 'Docs' link in footer - Both open /docs in new tab
- Vite dev server with hot reload for frontend - Volume mounts for live code changes - Use: docker compose -f docker-compose.dev.yml up
|
@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Complete documentation system for MCP integration - CodeIntel's core differentiator.
What's included:
/docsroute with full documentation layout/docs/mcp-setup- Step-by-step Claude Desktop setup guidedocs/MCP_SETUP.mdfor GitHub referencedocker-compose.dev.ymlfor hot reload developmentMotivation
MCP server is what makes CodeIntel unique, but there were no setup docs. Users had no way to actually connect it to Claude Desktop.
Fixes #64
Type of Change
Testing
npm run buildpasses/docs,/docs/mcp-setup)