-
Notifications
You must be signed in to change notification settings - Fork 4
MCP server #151
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
MCP server #151
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughMetadata edits to two MDX docs, addition of a new dev-tools MDX guide for Plane MCP server, and site navigation/top-level tab updates in mint.json including new redirects from legacy paths to the new dev-tools locations. Changes
Sequence Diagram(s)(The changes are documentation and navigation-only; no runtime control-flow changes to illustrate.) Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🧹 Nitpick comments (1)
dev-tools/build-plane-app.mdx (1)
42-46: Update internal links to avoid redirect and hash lossThese steps still point to
/api-reference/byoa/build-plane-app#.... With the doc now under/dev-tools/build-plane-app, those links rely on a redirect and risk dropping the hash, so users land at the top of the page instead of the intended section. Please point them directly at the local anchors.-1. [Register your app on Plane developer portal](/api-reference/byoa/build-plane-app/#registering-your-app) -2. [Implement OAuth flow](/api-reference/byoa/build-plane-app#implement-oauth-flow) -3. [Obtain and store access tokens securely](/api-reference/byoa/build-plane-app#obtain-and-store-access-tokens-securely) -4. [Make authenticated API requests to Plane](/api-reference/byoa/build-plane-app#make-authenticated-api-requests-to-plane) -5. [Handle token refresh](/api-reference/byoa/build-plane-app#handle-token-refresh) +1. [Register your app on Plane developer portal](#registering-your-app) +2. [Implement OAuth flow](#implement-oauth-flow) +3. [Obtain and store access tokens securely](#obtain-and-store-access-tokens-securely) +4. [Make authenticated API requests to Plane](#make-authenticated-api-requests-to-plane) +5. [Handle token refresh](#handle-token-refresh)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
dev-tools/build-plane-app.mdx(1 hunks)dev-tools/intro-webhooks.mdx(0 hunks)dev-tools/mcp-server.mdx(1 hunks)mint.json(3 hunks)
💤 Files with no reviewable changes (1)
- dev-tools/intro-webhooks.mdx
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit