Agent CLI integration: mcp-config + agents-md generators (WS2, WS4)#6
Merged
Conversation
Implements WS2 (#2) and WS4 (#4) of the agent CLI integration plan. - mcp_config.py: generate MCP client config for opencode (JSON), codex (TOML), and hermes (YAML); --write merges idempotently into the client's config file with sensible default paths. - agents_md.py: create/update AGENTS.md with an idempotent <!-- sin:start/end --> managed block describing SIN tool usage. - Wire both as 'sin mcp-config <client>' and 'sin agents-md' commands. - Add tests/test_agent_integration.py (covers all clients, idempotency, merge-into-existing, unknown-client error). Closes #2 Closes #4
This was referenced May 30, 2026
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.
Implements the two open workstreams from
docs/plans/agent-cli-integration.md.WS2 —
sin mcp-config <client>(closes #2)Generates ready-to-use MCP client config for the
sin serveserver:mcp.sin, typelocal)[mcp_servers.sin])mcp_servers.sin)--writemerges idempotently into the client's config file (default paths per client,--pathoverride).WS4 —
sin agents-md(closes #4)Creates or updates
AGENTS.mdwith an idempotent managed block (<!-- sin:start --> ... <!-- sin:end -->) documenting the available SIN MCP tools. Re-running reports "no change".Tests
tests/test_agent_integration.py— all clients, idempotency, merge-into-existing config, unknown-client error. Full suite: 16 passed.