-
Notifications
You must be signed in to change notification settings - Fork 559
Add docs for MCP Server and VSCode Extension (#3475) #3477
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
* 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)
|
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 updates documentation by adding new pages for the ZenML VSCode extension and MCP chat server, updating the table of contents, optimizing images, and fixing a broken URL.
- Added new TOC entries to link to the VSCode extension and MCP chat docs
- Created detailed documentation for the ZenML VSCode extension
- Introduced a new documentation page for interacting with ZenML via an MCP chat interface
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/book/toc.md | Added TOC entries for the VSCode extension and MCP chat documentation |
| docs/book/how-to/manage-zenml-server/vscode-extension.md | New documentation for the ZenML VSCode extension |
| docs/book/how-to/manage-zenml-server/mcp-chat-with-server.md | New documentation for the ZenML MCP chat interface |
| docs/book/how-to/debug-and-solve-issues.md | Updated formatting of a reference, removing hyperlink formatting for Pastebin |
Documentation Link Check Results✅ Absolute links check passed |
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)
Describe changes
I implemented/fixed _ to achieve _.
Pre-requisites
Please ensure you have done the following:
developand the open PR is targetingdevelop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes