Skip to content

docs: add MCP page to docs navigation#1343

Merged
arnestrickmann merged 1 commit intomainfrom
emdash/feat-mcp-support-89l
Mar 6, 2026
Merged

docs: add MCP page to docs navigation#1343
arnestrickmann merged 1 commit intomainfrom
emdash/feat-mcp-support-89l

Conversation

@arnestrickmann
Copy link
Contributor

Summary

Adds the mcp entry to docs/content/docs/meta.json so the MCP documentation page appears in the docs sidebar navigation under the Capabilities section.

@vercel
Copy link

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 6, 2026 11:05pm

Request Review

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 6, 2026

Greptile Summary

This PR adds a new mcp.mdx documentation page covering MCP (Model Context Protocol) server management in Emdash, and registers it in the sidebar navigation via meta.json under the Capabilities section.

  • New docs/content/docs/mcp.mdx provides end-to-end documentation for MCP servers: getting started, adding catalog and custom servers, editing/removing, agent sync config paths (9 agents), transport compatibility notes, catalog listings, and usage tips.
  • docs/content/docs/meta.json adds "mcp" between "skills" and "ci-checks" in the Capabilities section — a logical placement.
  • No issues found; the changes are clean, well-structured, and the navigation entry correctly maps to the new file.

Confidence Score: 5/5

  • This PR is safe to merge — it is a pure documentation addition with no code logic changes.
  • Both changes are documentation-only: a new .mdx content file and a single-line addition to the navigation config. The new page is well-written, the nav entry is correctly placed, and the referenced file exists. There are no logic, syntax, or security concerns.
  • No files require special attention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    Nav["Docs Sidebar (meta.json)"]
    Cap["--- Capabilities ---"]
    Nav --> Cap
    Cap --> BN["best-of-n"]
    Cap --> PR["providers"]
    Cap --> PC["project-config"]
    Cap --> DV["diff-view"]
    Cap --> FE["file-editor"]
    Cap --> KV["kanban-view"]
    Cap --> SK["skills"]
    Cap --> MCP["mcp ✨ NEW"]
    Cap --> CI["ci-checks"]
    Cap --> RP["remote-projects"]
    Cap --> TS["tmux-sessions"]

    MCP --> S1["Getting Started"]
    MCP --> S2["Adding from Catalog"]
    MCP --> S3["Adding Custom Server"]
    MCP --> S4["Editing & Removing"]
    MCP --> S5["Agent Sync"]
    MCP --> S6["Transport Compatibility"]
    MCP --> S7["Catalog Servers"]
    MCP --> S8["Tips"]
Loading

Last reviewed commit: be6b984

@arnestrickmann arnestrickmann merged commit e474222 into main Mar 6, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant