-
Notifications
You must be signed in to change notification settings - Fork 2k
GH-3805: Add title attribute support to MCP @Tool annotation #3806
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
GH-3805: Add title attribute support to MCP @Tool annotation #3806
Conversation
|
Actually, Perhaps we need a set of annotations such as |
|
please sign off your commit to comply with the DCO |
Oh I see, thanks for your patient explanation. That was also my confusion why there is no By the way, for the annotations |
- Add title field to DefaultToolDefinition and ToolDefinition interfaces - Modify ToolDefinitions and ToolUtils to support new title field - Adjust McpToolUtils to use title in tool specification Signed-off-by: codeboyzhou <[email protected]>
833c169 to
dafaad0
Compare
Thank you for the reminder. It's already done. |
|
@codeboyzhou as pointed out above, the Starting with 1.1.0-SNAPSHOT we introduced the MCP annotations support for Spring AI including the |
|
@tzolov ok, I see. I will close this PR and the issue linked to it, also shift my attention to the |
As the title described, this PR was created to solve issue #3805, please refer to the issue for more details.