-
Notifications
You must be signed in to change notification settings - Fork 2
UI: Add remote MCP section #178
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?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Pull Request Overview
This PR adds documentation for remote MCP server functionality to the ToolHive UI guide. The documentation explains how users can connect to remotely hosted MCP servers by providing a URL, in addition to the existing local custom server options.
Key changes:
- Documents remote MCP server configuration including authentication options (OAuth2/OIDC)
- Reorganizes the custom server section to distinguish between remote and local options
- Updates navigation and terminology to reflect the new remote server capability
51939ca
to
61c3361
Compare
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.
@peppescg Thanks for providing the examples and talking through the flow, I know this one has been a slog. I have some clarity/flow suggestions; can you make sure I didn't change any technical accuracy?
With this, I think we'd be good to merge once this comes out of feature flag.
Wrap local/remote mcp for both registry and custom in tabs Kapture.2025-09-19.at.12.20.26.mp4 |
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.
Minor nits and just renaming run-mcp-servers.md
to .mdx
(you'll need to find/replace guides-ui/run-mcp-servers.md
in other pages too)
Thanks again for all the effort on this 💪
e7d4264
to
a5b597e
Compare
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.
Looks good, let's plan to merge once the feature flag is lifted! 🚀
Description
Create section for remote MCP in the UI (currently visible under feature flag but not released yet )
Related issues/PRs
Screenshots
Merge checklist
Content
sidebars.ts
) updated for added, deleted, reordered, or renamed filesvercel.json
for moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviews