Skip to content

fix: display tool title field in Inspector UI#1054

Open
olaservo wants to merge 2 commits intomainfrom
claude/issue-1053-20260204-1234
Open

fix: display tool title field in Inspector UI#1054
olaservo wants to merge 2 commits intomainfrom
claude/issue-1053-20260204-1234

Conversation

@olaservo
Copy link
Member

@olaservo olaservo commented Feb 4, 2026

Display the MCP tool title field when present in the Inspector UI, with fallback to name when not present. This aligns with the MCP specification where title is the human-friendly display name and name is the programmatic identifier.

Changes

  • Updated tool list rendering to display tool.title || tool.name
  • Updated tool details header to display selectedTool.title || selectedTool.name

Fixes #1053

Note: was tested by the reporter and seems straightforward, but let me know if I should add some screenshots.

Generated with Claude Code

Display the MCP tool 'title' field when present in the Inspector UI, with fallback to 'name' when not present. This aligns with the MCP specification where 'title' is the human-friendly display name and 'name' is the programmatic identifier.

Changes:
- Updated tool list rendering to display tool.title || tool.name
- Updated tool details header to display selectedTool.title || selectedTool.name

Fixes #1053

Co-authored-by: Ola Hungerford <olaservo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tool title field not displayed in Inspector UI

1 participant