Skip to content

rust(feat): remove MCP and agent pages from the bundled docs - #701

Merged
evan-sift merged 1 commit into
mainfrom
rust/cli-remove-mcp-docs
Jul 31, 2026
Merged

rust(feat): remove MCP and agent pages from the bundled docs#701
evan-sift merged 1 commit into
mainfrom
rust/cli-remove-mcp-docs

Conversation

@evan-sift

@evan-sift evan-sift commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Changes

Removes the MCP server, built-in prompt, and agent skill pages from the mdBook that ships with sift-cli.

  • Deletes agents/mcp.md, agents/prompts.md, agents/skills.md, and the "Agentic Tooling" section of SUMMARY.md.
  • Strips MCP content from introduction.md, the mcp Cargo feature table in getting-started/installation.md, and the ## mcp section and install agent-skills row in reference/commands.md.
  • Retargets sift_mcp/CLAUDE.md Step 7 at the skill files, and states that the mdBook must not grow an MCP page so the next tool does not reintroduce the obligation this removes.

The MCP server and agent skill stay documented for the audience that uses them, in the installed skill and the plugin bundle, not in the CLI's user manual.

assets/docs/book/ is gitignored and build.rs regenerates it, so no generated HTML appears in this diff.

Verification

  • cargo fmt --check --all, cargo clippy --all-features, cargo test --all-features
  • mdbook build run directly: no warnings, and the stale book/agents/ output is pruned
  • git grep -i mcp over assets/docs/src returns nothing

lineville
lineville previously approved these changes Jul 30, 2026
Brandon-Shippy
Brandon-Shippy previously approved these changes Jul 30, 2026
Drop the "Agentic Tooling" section from the mdBook that ships with the CLI,
along with the MCP mentions in the introduction, the install guide's Cargo
feature table, and the command reference. The MCP server and the agent skill
are documented for the audience that uses them, in the installed skill and the
plugin bundle, not in the CLI's user manual.

Retarget the sift_mcp playbook's Step 7 at the skill files and state that the
mdBook must not grow an MCP page, so the obligation this removes is not
reintroduced by the next tool.
@evan-sift
evan-sift dismissed stale reviews from Brandon-Shippy and lineville via f30a29b July 31, 2026 17:19
@evan-sift
evan-sift force-pushed the rust/cli-remove-mcp-docs branch from f390a54 to f30a29b Compare July 31, 2026 17:19
@evan-sift
evan-sift merged commit 73bc320 into main Jul 31, 2026
22 checks passed
@evan-sift
evan-sift deleted the rust/cli-remove-mcp-docs branch July 31, 2026 18:08
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.

3 participants