Commit b2e6103
LittleCoinCoin
feat(mcp-models): map shared tool filtering flags to Codex
Added mapping in MCPServerConfigCodex.from_omni() to convert shared
CLI tool filtering flags to Codex-specific field names:
- includeTools -> enabled_tools
- excludeTools -> disabled_tools
This allows Codex to share the same --include-tools and --exclude-tools
CLI arguments as Gemini, improving CLI consistency across hosts.1 parent c2dde46 commit b2e6103
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
633 | 640 | | |
634 | 641 | | |
635 | 642 | | |
| |||
0 commit comments