feat(mcp): say what this server is for on the handshake #306
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app!306
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/bk79-eco-instructions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs
coilyco-gaming/sirens-echo#647, which made a consumer able to read this.Why now
sirens-echo now reads
InitializeResult.Instructionsoff each rostered server and renders it into the model's prompt, so a server can say which questions it answers. Measuring that, I found eco publishes nothing - the server Echo's entire gaming purpose rests on told the model nothing about what it is for.What it says
What distinguishes this server rather than that it exposes tools: world state, market prices, trades, recipes, skills, civics, climate, species. Plus two things a consumer gets wrong otherwise - it reads the game and never changes it, and prices move so a fresh call beats an earlier answer in the same conversation.
499 bytes.
Both transports
Set on the
Serverobject and inbuild_initialization_options. Those are separate code paths - Streamable-HTTP derives options from the Server, stdio builds its own - and the existing comment says they are kept in parity by hand. A test now pins them together rather than trusting that.Tests
844 pass, up from 841. The three new ones cover transport parity, that the text names what this server actually answers, and that it stays short enough to be carried on every turn by a consumer that inlines it.