You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct mcp.json format and Claude Code agent config generation
- Fix getDefaultMcpConfig() in both config-generator.ts and skill-generator.ts
to use separate command/args fields instead of a single command array,
which Claude Code requires (resolves issue #235)
- Change ClaudeConfigGenerator to generate .claude/agents/vibe.md (proper
Claude Code agent config with YAML frontmatter) instead of root CLAUDE.md
- Move Claude Code settings from root settings.json to .claude/settings.json
- Update tests to reflect the corrected output format and file locations
https://claude.ai/code/session_01GHdfjCzUWKxo1CTQibFQ3i
0 commit comments