Releases: cc-deck/cc-setup
v0.4.0
What's Changed
-
Store disabled MCP servers in project settings: Disabled server tracking moved from the nested
disabledMcpServerskey in~/.claude.jsontodisabledMcpjsonServersin the project's.claude/settings.local.json, matching how Claude Code itself tracks disabled.mcp.jsonservers. -
Add
--versionflag with build info: Bothcc-setup versionandcc-setup --versionnow 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-setuptocc-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
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.jsonon macOS APFS (case-insensitive filesystem) where$PWDcasing 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
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/rhuss/cc-setup/commits/v0.1.0