[docs] Update documentation for features from 2025-10-19#1970
Merged
Conversation
Update documentation to reflect new features merged in the last 24 hours. Changes made: - Updated reference/imports.md to document services support in imports - Added example of services merging with Jupyter MCP server - Updated guides/mcps.md to document new shared MCP workflows (drain3, jupyter) - Added debugging section mentioning mcp-debug shared workflow - Updated guides/custom-safe-outputs.md with report_diagnostics_to_pull_request example - Added MCP Diagnostic Reporting section demonstrating custom safe-output pattern 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2025-10-19
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
1. Services Support in Imports (from #1945)
docs/src/content/docs/reference/imports.mdservices:field2. New Shared MCP Workflows (from #1949, #1945)
docs/src/content/docs/guides/mcps.md3. Custom Safe-Output Example (from #1963)
docs/src/content/docs/guides/custom-safe-outputs.mdreport_diagnostics_to_pull_requestsafe-jobMerged PRs Referenced
Documentation Guidelines
All changes follow the documentation instructions in
.github/instructions/documentation.instructions.md:awlanguage tag for agentic workflow code samplesNotes
The features are already well-documented inline in their respective shared workflow files (
.github/workflows/shared/mcp/drain3.md,.github/workflows/shared/mcp/jupyter.md,.github/workflows/shared/mcp-debug.md). This PR adds user-facing documentation in the main docs site to help users discover and understand these features.