Add title for all MCP tools for consistent Visual Studio display#898
Merged
anannya03 merged 5 commits intomicrosoft:mainfrom Oct 21, 2025
Merged
Add title for all MCP tools for consistent Visual Studio display#898anannya03 merged 5 commits intomicrosoft:mainfrom
anannya03 merged 5 commits intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds the Title property to all MCP tool area setups to provide user-friendly display names in Visual Studio. Previously, some tools lacked titles, causing Visual Studio to display raw tool names instead of formatted, readable titles. This change ensures consistent presentation across all tool areas.
Key changes:
- Added
Titleproperty to theIAreaSetupinterface and all implementing classes - Updated
CommandGroupconstructor to accept an optionaltitleparameter - Modified tool loaders to use titles in tool annotations for proper Visual Studio display
- Added title support to server registry configuration
Reviewed Changes
Copilot reviewed 58 out of 58 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| core/Azure.Mcp.Core/src/Areas/IAreaSetup.cs | Added Title property to the interface |
| core/Azure.Mcp.Core/src/Commands/CommandGroup.cs | Added optional title parameter to constructor |
| core/Azure.Mcp.Core/src/Areas/Server/Models/RegistryServerInfo.cs | Added Title property to server info model |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/Discovery/McpServerMetadata.cs | Added Title property to metadata model |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/ToolLoading/ServerToolLoader.cs | Updated to include title in tool annotations |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/ToolLoading/NamespaceToolLoader.cs | Updated to include title in tool annotations |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/Discovery/RegistryServerProvider.cs | Updated to populate title in metadata |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/Discovery/CommandGroupServerProvider.cs | Updated to populate title in metadata |
| core/Azure.Mcp.Core/src/Areas/Server/Resources/registry.json | Added titles for documentation and azd servers |
| tools/*.Setup.cs (40+ files) | Added Title property implementations and passed titles to CommandGroup constructors |
| core/Azure.Mcp.Core/tests/Azure.Mcp.Core.UnitTests/* | Updated tests to verify title behavior |
| core/Azure.Mcp.Core/tests/Azure.Mcp.Core.LiveTests/* | Updated tests to use titles instead of tool names |
c29dcd0 to
7b5e66f
Compare
Contributor
Author
|
/azp run mcp - pullrequest - live |
|
Azure Pipelines successfully started running 1 pipeline(s). |
philon-msft
reviewed
Oct 21, 2025
Co-authored-by: Philo <philon@microsoft.com>
joshfree
approved these changes
Oct 21, 2025
Member
|
@xiangyan99 please review this for the change to mcp tool hints. @vcolin7 let's include this change in today's release |
philon-msft
approved these changes
Oct 21, 2025
xiangyan99
reviewed
Oct 21, 2025
xiangyan99
approved these changes
Oct 21, 2025
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Dec 8, 2025
…rosoft#898) * Add title for all tools * fixed issues regarding registry tools not showing up and live tests * core live test fix * Update tools/Azure.Mcp.Tools.Redis/src/RedisSetup.cs Co-authored-by: Philo <philon@microsoft.com> * core live tests --------- Co-authored-by: Josh Free <joshfree@users.noreply.github.com> Co-authored-by: Philo <philon@microsoft.com>
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 does this PR do?
Some MCP tools are missing the 'title' metadata, causing Visual Studio to display raw tool names instead of user-friendly titles. This results in an inconsistent user experience across different tool areas.
Modified Visual studio view-

GitHub issue number?
#872
Pre-merge Checklist
servers/Azure.Mcp.Server/CHANGELOG.mdand/orservers/Fabric.Mcp.Server/CHANGELOG.mdfor product changes (features, bug fixes, UI/UX, updated dependencies)servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationeng/scripts/Process-PackageReadMe.ps1. See Package README/servers/Azure.Mcp.Server/docs/azmcp-commands.mdand/or/docs/fabric-commands.mdToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test prompts/servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline