Update command args with headers in README.md#114
Update command args with headers in README.md#114hamza-jutt wants to merge 2 commits intomakeplane:mainfrom
Conversation
Cause mcp-remote does not support separate headers object.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 52 minutes and 21 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughUpdated a PAT-token remote HTTP MCP client configuration example in README.md by refactoring how headers are passed: moved from a separate top-level Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 76: The README contains an inconsistent documented URL string: update the
documented endpoint string "https://mcp.plane.so/api-key/mcp" to match the
configuration example "https://mcp.plane.so/http/api-key/mcp" so both references
are identical; locate the two URL occurrences in README.md (the doc string and
the config array entry) and change the documented URL to include the "/http/"
segment so it matches the configuration example.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Description
Because mcp-remote does not support separate headers object. It expects them as arguments.
Type of Change
Screenshots and Media (if applicable)
https://www.npmjs.com/package/mcp-remote
Test Scenarios
Successfully tested with claude desktop app.
Summary by CodeRabbit