docs(specs): mcp-server-scope — focused MCP server for attune-gui (draft)#31
Merged
Merged
Conversation
…aft) attune-help and attune-author both expose MCP servers; attune-gui does not. Claude Code can't programmatically query attune-gui's data (specs, living docs, telemetry). Spec proposes a deliberately small MCP server with ~5 read-mostly tools mirroring existing FastAPI routes (gui_list_specs, gui_get_spec, gui_get_spec_status, gui_list_living_docs, gui_get_living_doc). Optional write tool: gui_set_spec_status (mirror of existing PUT route). Pairs with attune-ai's ops-specs-features spec (#230) — that one brings specs into attune ops dashboard for human viewing; this one exposes them to MCP for agent querying. Same workflow, different clients. Status: Draft. Gated on PR #30 stabilization + ops-specs-features gate clearing + no active CI debt. Identified during the 2026-05-11 attune-workspace Monday briefing.
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
attune-help and attune-author both expose MCP servers; attune-gui does not. Claude Code can't query attune-gui programmatically — specs, living docs, etc.
Spec proposes a deliberately small MCP server with ~5 read-mostly tools mirroring existing FastAPI routes:
gui_list_specsgui_get_specgui_get_spec_statusgui_list_living_docsgui_get_living_docOptional write tool (
gui_set_spec_status) gated.Pairs with attune-ai #230
Both serve the spec-driven workflow but for different clients:
Status
Draft. Gated on PR #30 stabilization + #230 gate clearing + no active CI debt.
🤖 Generated with Claude Code