-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Danny/another mcp hosted server docs patch #16756
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
Danny/another mcp hosted server docs patch #16756
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
|
Warning Rate limit exceeded@dannyroosevelt has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 17 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (1)
WalkthroughThe documentation was revised to enhance examples of authenticating requests to Pipedream's MCP server by replacing a simple headers object with a detailed code snippet demonstrating SDK client initialization and transport setup. Minor textual and formatting updates were applied to comments and route descriptions across multiple docs files. Changes
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs-v2/pages/connect/mcp/developers.mdx (1)
206-207: Improve endpoint list readabilityEmbedding the self-hosted endpoints inline makes them harder to scan. Consider presenting them in a fenced code block (or a
<Callout>) to clearly differentiate the paths from descriptive text:GET /:external_user_id/:app POST /:external_user_id/:app/messages🧰 Tools
🪛 LanguageTool
[uncategorized] ~206-~206: Loose punctuation mark.
Context: ...routes: -GET /:external_user_id/:app: app-specific connection endpoint - `POS...(UNLIKELY_OPENING_PUNCTUATION)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
docs-v2/pages/connect/mcp/developers.mdx(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs-v2/pages/connect/mcp/developers.mdx
[uncategorized] ~206-~206: Loose punctuation mark.
Context: ...routes: - GET /:external_user_id/:app: app-specific connection endpoint - `POS...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: pnpm publish
- GitHub Check: Lint Code Base
- GitHub Check: validate-links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs-v2/pages/connect/mcp/developers.mdx (2)
185-185: Add missing semicolon in import statementThe import at line 185 is missing a trailing semicolon, which may trigger linting errors.
Apply this diff:-import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js" +import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
209-209: Remove TypeScript assertion in JavaScript snippetThe
as RequestInitassertion is TypeScript syntax and not valid in a JavaScript code block. Consider removing it or changing the block language to TypeScript.- } as RequestInit, + }
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (3)
docs-v2/pages/connect/components.mdx(1 hunks)docs-v2/pages/connect/mcp/developers.mdx(4 hunks)docs-v2/pages/connect/mcp/openai.mdx(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- docs-v2/pages/connect/mcp/openai.mdx
- docs-v2/pages/connect/components.mdx
🧰 Additional context used
🪛 LanguageTool
docs-v2/pages/connect/mcp/developers.mdx
[uncategorized] ~217-~217: Loose punctuation mark.
Context: ...routes: - GET /:external_user_id/:app: app-specific connection endpoint - `POS...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Lint Code Base
- GitHub Check: validate-links
🔇 Additional comments (4)
docs-v2/pages/connect/mcp/developers.mdx (4)
86-86: Approve comment update in 'List all apps' snippetThe updated comment "Initialize the Pipedream SDK client" is clear and consistent across the example.
108-108: Approve comment consistency in 'Search for a specific app' snippetMaintains uniformity with the 'List all apps' example by clarifying the Pipedream SDK client initialization.
200-200: ApproveserverUrlfallback definitionDefining
serverUrlwith an explicit fallback demonstrates how to override the default MCP server endpoint and improves clarity.
217-218: Approve formatting of self-hosted routesThe bullets for the
GET /:external_user_id/:appandPOST /:external_user_id/:app/messagesroutes are clear, concise, and follow list formatting conventions.🧰 Tools
🪛 LanguageTool
[uncategorized] ~217-~217: Loose punctuation mark.
Context: ...routes: -GET /:external_user_id/:app: app-specific connection endpoint - `POS...(UNLIKELY_OPENING_PUNCTUATION)
WHY
Summary by CodeRabbit