Skip to content

fix: properly format query strings in API client #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged

Conversation

dcramer
Copy link
Member

@dcramer dcramer commented Jul 9, 2025

Fixes query string formatting for releases and tags endpoints by adding proper ? separator between path and query parameters.

Fixes: MCP-SERVER-E9G

🤖 Generated with Claude Code

Fixes query string formatting for releases and tags endpoints by adding
proper ? separator between path and query parameters.

Fixes: MCP-SERVER-E9G

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 59.83%. Comparing base (e7dbbfd) to head (1cafb67).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
packages/mcp-server/src/api-client/client.ts 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #364      +/-   ##
==========================================
- Coverage   60.07%   59.83%   -0.25%     
==========================================
  Files          79       77       -2     
  Lines        6743     6635     -108     
  Branches      516      511       -5     
==========================================
- Hits         4051     3970      -81     
+ Misses       2692     2665      -27     
Flag Coverage Δ
evals ?
unittests 59.83% <75.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dcramer dcramer merged commit 9fe51bc into main Jul 9, 2025
13 checks passed
@dcramer dcramer deleted the fix-query-string branch July 9, 2025 04:54
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