Skip to content

v0.1.16

Latest

Choose a tag to compare

@ScottRBK ScottRBK released this 05 Jul 13:58

Highlights

  • feat(claude-code): implement list_mcp_servers — reads configured MCP servers from ~/.claude.json and reconstructs MCPServerSpecs for both stdio and http/sse transports. Tolerant of a missing config file (returns []) and malformed entries (warns and skips rather than raising). Previously raised NotImplementedError.
  • fix(claude-code): correct add_mcp_server argument ordering — place --scope/--transport after the variadic --env/--header values 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