Skip to content

docs(specs): mcp-server-scope — focused MCP server for attune-gui (draft)#31

Merged
silversurfer562 merged 1 commit into
mainfrom
docs/spec-mcp-server-scope
May 14, 2026
Merged

docs(specs): mcp-server-scope — focused MCP server for attune-gui (draft)#31
silversurfer562 merged 1 commit into
mainfrom
docs/spec-mcp-server-scope

Conversation

@silversurfer562
Copy link
Copy Markdown
Member

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_specs
  • gui_get_spec
  • gui_get_spec_status
  • gui_list_living_docs
  • gui_get_living_doc

Optional write tool (gui_set_spec_status) gated.

Pairs with attune-ai #230

Both serve the spec-driven workflow but for different clients:

  • attune-ai #230 (ops-specs-features) → specs in attune ops dashboard for human viewing
  • this spec → specs via MCP for agent querying

Status

Draft. Gated on PR #30 stabilization + #230 gate clearing + no active CI debt.

🤖 Generated with Claude Code

…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.
@silversurfer562 silversurfer562 merged commit 41eb3c3 into main May 14, 2026
5 checks passed
@silversurfer562 silversurfer562 deleted the docs/spec-mcp-server-scope branch May 14, 2026 08:16
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