Bug Fix
Fix mcp-setup skill to use correct config location (#100)
The mcp-setup skill was incorrectly instructing users to write MCP servers directly to ~/.claude/settings.json, but Claude Code reads MCP configs from ~/.claude.json. This caused configured MCP servers to not appear when running /mcp.
Changes
- Replace direct JSON file manipulation with
claude mcp addCLI commands - Update verification to use
claude mcp listinstead of manual file checks - Add HTTP transport support for GitHub and custom servers
- Fix package names to correct values (
@upstash/context7-mcp,exa-mcp-server)
Install/Update
npm install -g oh-my-claude-sisyphus@3.5.6Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v3.5.5...v3.5.6