-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: dongitran/agentools
Releases · dongitran/agentools
v1.0.2
What's Changed
- Fix Claude Code MCP config path: MCP servers were being written to
~/Library/Application Support/Claude/claude_desktop_config.json(Claude Desktop GUI), but Claude Code CLI reads from~/.claude.json. Fixed to write to the correct file.
Affected Commands
agentools update— MCP servers now correctly installed to~/.claude.jsonfor Claude Codeagentools secrets sync— Secrets also written to correct Claude Code config
Migration
No migration needed. Run npm install -g agentools@latest && agentools update to apply the fix.