-
Notifications
You must be signed in to change notification settings - Fork 480
Add additional attributes to generate MD files #2581
Copy link
Copy link
Open
Labels
needs-team-attentionWorkflow: This issue needs attention from Azure service team or MCP team.Workflow: This issue needs attention from Azure service team or MCP team.server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Metadata
Metadata
Assignees
Labels
needs-team-attentionWorkflow: This issue needs attention from Azure service team or MCP team.Workflow: This issue needs attention from Azure service team or MCP team.server-Azure.McpAzure.Mcp.ServerAzure.Mcp.Servertools-CoreAZMCP Core functionality that all other tools build on top ofAZMCP Core functionality that all other tools build on top of
Type
Projects
Status
Untriaged
With the recent change to use an
Attributeto define the tool command definition, we should look into adding additionalAttributes that can be used to automatically generated MD files that reference tools. Example MD files areazmcp-commands.mde2eTestPrompts.md(easiest addition)README.md's "What can you do with the Azure MCP Server?" sectionRight now, those sections are additional work needed to be done while creating or modifying tool commands.
Instead, we could create tooling that consumes the source of a given MCP server to generate these files in a consistent way. And it'll put adding this information in line with the tool command itself.