Skip to content

Add optional title property for tool object (#191) #192

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

Merged
merged 1 commit into from
Jul 23, 2025

Conversation

sdubov
Copy link
Contributor

@sdubov sdubov commented Jul 22, 2025

Add missing title property to tool object

Motivation and Context

Allow to provide a title property for a tool that is supported by LLM and is used for displaying the tool name.

How Has This Been Tested?

New serialization/deserialization tests are added.

Breaking Changes

No. This is an optional parameter. The fix should not break user's code.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@sdubov sdubov requested a review from devcrocod July 22, 2025 18:10
@sdubov sdubov self-assigned this Jul 22, 2025
@sdubov sdubov added the enhancement New feature or request label Jul 22, 2025
devcrocod
devcrocod previously approved these changes Jul 23, 2025
Copy link
Contributor

@devcrocod devcrocod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@devcrocod devcrocod enabled auto-merge (squash) July 23, 2025 13:33
@github-actions github-actions bot disabled auto-merge July 23, 2025 13:38
@devcrocod devcrocod force-pushed the sdubov/tool-title branch from c558d87 to 216ba2e Compare July 23, 2025 13:45
@devcrocod
Copy link
Contributor

@sdubov please update api by calling apiDump

@devcrocod devcrocod enabled auto-merge (squash) July 23, 2025 14:48
@devcrocod devcrocod merged commit 45d01de into main Jul 23, 2025
2 of 3 checks passed
@devcrocod devcrocod deleted the sdubov/tool-title branch July 23, 2025 14:55
@sdubov sdubov mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants