Skip to content

Add custom headers, command prefix, force path params required, trans…#4

Merged
vakovalskii merged 6 commits into
mainfrom
feat/pavel-suggestions
Mar 13, 2026
Merged

Add custom headers, command prefix, force path params required, trans…#4
vakovalskii merged 6 commits into
mainfrom
feat/pavel-suggestions

Conversation

@vakovalskii

Copy link
Copy Markdown
Collaborator

…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

vakovalskii and others added 6 commits March 13, 2026 20:50
…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>
@vakovalskii vakovalskii merged commit ffcefa0 into main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant