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
feat: add mcp_servers field to agent.yaml for portable MCP server definitions
Define MCP servers once in agent.yaml and export to each provider's native
format. Supports both stdio-based (command + args) and HTTP-based (url) servers.
Tier 1 adapters (native MCP config): Claude Code (.mcp.json), Cursor
(.cursor/mcp.json), Gemini (.gemini/settings.json), Codex (codex.json),
OpenCode (opencode.json).
Tier 2 adapters (markdown docs): system-prompt, copilot, openai, crewai,
lyzr, nanobot, openclaw.
Also fixes pre-existing duplicate .requiredOption bugs in export and import
commands, and fixes codex case placed after default in export switch.
Closes#57
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments