-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update mcp.mdx #7932
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
base: main
Are you sure you want to change the base?
Update mcp.mdx #7932
Conversation
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.
overall vibes good
docs/customize/deep-dives/mcp.mdx
Outdated
args: | ||
- "@playwright/mcp@latest" | ||
## This uses the slug from the official MCP registry: https://registry.modelcontextprotocol.io | ||
- serverName: app.linear/linear |
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.
note that official linear sse requires oauth step
mcpServers: | ||
- serverName: com.supabase/mcp | ||
env: | ||
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} ## Read from Continue Hub secrets |
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.
note need to build proxy for this to work for org secrets but fine for user secrets example
docs/customize/deep-dives/mcp.mdx
Outdated
env: | ||
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} ## Read from Continue Hub secrets | ||
|
||
- serverName: com.supabase/mcp |
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.
duplicate
Summary by cubic
Revamped MCP server docs to make setup easier in Continue, with a new Linear quick start, Hub install via the MCP registry, and clearer secrets handling. Also clarified workspace vs global config paths, added a simple verification prompt, reorganized advanced config and transport details, and removed the outdated Playwright example.