docs(mcp): MCP server guide#34
Open
rnv812 wants to merge 9 commits into
Open
Conversation
- new tools: delete_generator_file, delete_generator, list_secrets, unregister_generator, get_generator_logs - new resource: eventum://schema/generator - generalized simulate_incident; new historical_backfill and live_ops prompts - --keyring-cryptfile on the eventum mcp command; log/secret scrubbing and diagnostics in how-it-works and scenarios 🤖 Generated with [Claude Code](https://claude.com/claude-code)
- index/connect: list the full live tool set (unregister, logs); add the keyring / --keyring-cryptfile setup note - scenarios: add a "diagnose a failing generator" walkthrough and name the bundled examples (CSV, linspace, timestamps) - cross-link from secrets.mdx (list_secrets) and generator-yml.mdx (eventum://schema/generator resource) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Higher-effort review follow-ups: - eventum.yml: allow_write now lists unregister/delete and the read-only mode's live status/log reads (both were missing) - scenarios: add a "backfill a past time range" walkthrough for the historical_backfill prompt, with a skip_past=false note so past-dated generators do not preview empty - eventum mcp intro: complete the live-tool list; templating-reference blurb: add the state namespace 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Summary
Documentation for the first-party MCP server (Eventum 2.6 flagship). Adds a new top-level MCP section plus the supporting CLI and config reference.
Pages
mcp/section (sidebar,Boticon):index— overview: what it is, who it's for, "no model required".how-it-works— the author → validate → preview loop (Mermaid), the two transports, and the safety model.connect— step-by-step setup for Claude Code, Cursor, and Claude Desktop (stdio and HTTP).tools— full reference: tools, resources, and prompts.scenarios— worked examples (build from a description, simulate an incident, manage live, author offline).core/cli/eventum-mcp—$ eventum mcpcommand reference.core/config/eventum-yml—server.mcp.*keys added to theserverreference.Infrastructure
mdx-components.tsxregistersTabs/Tab(used by the connect guide; the MDX rules list them as available, but they weren't wired) and theBoticon (overview hero).Notes
pnpm buildgreen (588 pages).🤖 Generated with Claude Code