-
Notifications
You must be signed in to change notification settings - Fork 537
Add docs for MCP Server and VSCode Extension #3475
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
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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:
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
Documentation and Community
|
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 two new features: the ZenML VSCode extension and the MCP Server chat interface, along with updating the table of contents.
- Added a new doc page for the ZenML VSCode extension including installation and usage instructions.
- Added a new doc page detailing how to chat with your ZenML server via the Model Context Protocol (MCP).
- Updated the Table of Contents to include links to both new pages.
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/book/toc.md | Added entries for the VSCode extension and MCP chat interface docs. |
docs/book/how-to/manage-zenml-server/vscode-extension.md | Introduces comprehensive installation and feature descriptions for the ZenML VSCode extension. |
docs/book/how-to/manage-zenml-server/mcp-chat-with-server.md | Provides an overview and setup instructions for interacting with ZenML server via a chat interface using MCP. |
Comments suppressed due to low confidence (1)
docs/book/how-to/manage-zenml-server/vscode-extension.md:11
- [nitpick] The reference to 'Cursor' may be unclear in this context. Consider clarifying if 'Cursor' is an intended supported editor or updating the reference to avoid potential confusion.
which means that Cursor also supports this extension.
Documentation Link Check Results✅ Absolute links check passed |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 1.1%, saving 467 bytes.
487 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
@htahir1 how did you handle things like this pastebin.com URL failing the URL check... should I implement an list of exceptions or something? |
@strickvl no i didnt handle it i just always change the URL |
…io/zenml into doc/mcp-vscode-docs-consolidation
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.
@strickvl vscode extension docs looks good ✅
* add mcp docs * Add vscode extension docs * Update TOC * Optimised images with calibre/image-actions * Fix broken URL --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 4f406c1)
* add mcp docs * Add vscode extension docs * Update TOC * Optimised images with calibre/image-actions * Fix broken URL --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 4f406c1)
Added docs / images for