Support output scheme and refactor the CreateTool#14057
Conversation
Change-Id: I086a629ea8b6361aeb534efaae1dcdbec70bc555
…hema editor for input/output definitions. Change-Id: I127ec18c00437d32cc70a87b942a0ae4dc867eaf
|
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
|
|
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
Support output schema in mcp. #13699
refactor the CreateTool
Brief changelog
add output schema in mcp server tool config
Verifying this change
Add tests for output schema.
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=trueto make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.