docs: Document nullable MCP Tool output schemas - #1141
Open
sweat123 wants to merge 1 commit into
Open
Conversation
5 tasks
sweat123
force-pushed
the
issue-1140-output-schema-nullable
branch
from
August 13, 2026 06:57
46fe9ee to
19e28d9
Compare
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.
What is the purpose of the change
Fixes #1140.
Update the next-version documentation for nullable fields in MCP Tool
outputSchema.This documents the functionality introduced for
alibaba/nacos#15675 and
implemented by
alibaba/nacos#15698.
Brief changelog
Document the
Nullableoption for MCP Tool output fields.Explain that a nullable string field is saved as:
{ "type": ["string", "null"] }Follow this checklist to help us incorporate your contribution quickly and easily:
Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.npm run build, and make sure it works as expected.