Highlights
- feat(claude-code): implement
list_mcp_servers— reads configured MCP servers from~/.claude.jsonand reconstructsMCPServerSpecs for bothstdioandhttp/ssetransports. Tolerant of a missing config file (returns[]) and malformed entries (warns and skips rather than raising). Previously raisedNotImplementedError. - fix(claude-code): correct
add_mcp_serverargument ordering — place--scope/--transportafter the variadic--env/--headervalues so the server name can no longer be consumed as an extra option value. - docs: expand development notes and README coverage of MCP server support.
Full changelog: v0.1.15...v0.1.16