Skip to content

Releases: cc-deck/cc-setup

v0.4.0

15 Mar 11:03

Choose a tag to compare

What's Changed

  • Store disabled MCP servers in project settings: Disabled server tracking moved from the nested disabledMcpServers key in ~/.claude.json to disabledMcpjsonServers in the project's .claude/settings.local.json, matching how Claude Code itself tracks disabled .mcp.json servers.

  • Add --version flag with build info: Both cc-setup version and cc-setup --version now display version, short commit hash, and build date (e.g., cc-setup 0.4.0 (910671b 2026-03-15)).

  • Transfer repository to cc-deck org: All Go import paths and documentation references updated from rhuss/cc-setup to cc-deck/cc-setup.

  • Add central config path to CLI help: The root command's long description now shows the expected location of the central server config (~/.config/cc-setup/mcp.json).

v0.3.0

07 Mar 17:04

Choose a tag to compare

What's Changed

  • Read OAuth credentials from macOS Keychain: Claude Code stores OAuth tokens in the macOS Keychain (service Claude Code-credentials), not in ~/.claude/.credentials.json. cc-setup now reads from keychain as a fallback, enabling OAuth-authenticated MCP servers (like Google Workspace) to work with tool discovery and health checks.

  • Show tool permission errors in the detail view: Previously, when selecting "Tool permissions" for a server that required OAuth or was otherwise unreachable, the error message was printed to stdout and immediately hidden by the alt-screen re-render. Errors are now displayed as a yellow status message in the detail view.

  • OAuth display in detail view: The server detail view now correctly shows "oauth" for servers with stored OAuth credentials instead of "no auth".

  • Case-insensitive path resolution: Fixed path-keyed lookups in ~/.claude.json on macOS APFS (case-insensitive filesystem) where $PWD casing could differ from the on-disk casing.

  • Quit confirmation for tool permissions: Added dirty-checking and unsaved-changes dialog to the tool permissions screen.

v0.2.0

24 Feb 11:07

Choose a tag to compare

Full Changelog: v0.1.2...v0.2.0

v0.1.2

23 Feb 18:13

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Feb 11:20

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Feb 10:51

Choose a tag to compare