Add custom headers, command prefix, force path params required, trans…#4
Merged
Conversation
…late to English - Add commandPrefix and customHeaders fields to Profile - Apply prefix to all generated command names (like tool_prefix in openapi-to-mcp) - Force path parameters to required=true regardless of spec - Add --command-prefix and --custom-headers CLI options - Translate all Russian UI strings to English - Add example Claude Code skill file - 82 tests passing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Petstore API (19 endpoints), 15 natural-language queries: - MCP: 2,964 tokens/turn overhead, 100% accuracy - CLI: 176 tokens/turn overhead, 93% top-3 accuracy - 17x less overhead per turn, 83% total token savings - At 845 endpoints: $1,698/month savings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Compare three AI agent strategies for API interaction. MCP+Search has low tool overhead but returns full JSON schemas in search results (15x larger than CLI text output). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Legacy comma-separated key:value format kept as fallback for simple values. JSON is now the primary format for both CLI args and INI storage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…late to English