-
Notifications
You must be signed in to change notification settings - Fork 2
Add playground guide #214
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
Add playground guide #214
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 comprehensive documentation for ToolHive's new Playground feature, which enables users to test and validate MCP servers directly within the ToolHive UI using AI model providers. The documentation provides step-by-step guidance for configuring API keys, managing MCP tools, and leveraging conversational AI for server management.
Key changes:
- New documentation page explaining Playground functionality and workflows
- Updated sidebar navigation to include the Playground guide
- Five sets of themed screenshots demonstrating the complete user workflow
Reviewed Changes
Copilot reviewed 2 out of 12 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
sidebars.ts |
Added playground guide to the UI guides section in the sidebar navigation |
docs/toolhive/guides-ui/playground.mdx |
Comprehensive documentation covering Playground setup, usage, best practices, and troubleshooting |
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
Documenting the playground Feature
Description
This PR provides comprehensive documentation for the new Playground feature. The Playground allows you to test and validate your MCP servers directly inside the ToolHive UI, removing the need for external client setup. This makes it significantly faster to check server functionality and behavior.
The following content has been added and updated:
docs/toolhive/guides-ui/playground.mdx, contains all the documentation./sidebars.tsto include the new page.New Documentation Content:
The page specifically details these key capabilities:
Analyze the logs of the fetch MCP server for me.Screenshots
The documentation uses 2 sets of
ThemedImagecomponents to show the following steps, ensuring consistency across light and dark modes:toolhive-ui-playground-thv-mcp-*.webp)toolhive-ui-playground-chat-response-*.webp)Content
titleanddescription./sidebars.tsis updated./vercel.jsonfor moved pages. (N/A) - This is a new page.Reviews