Remove some Storage tools#500
Merged
alzimmermsft merged 8 commits intomicrosoft:mainfrom Sep 19, 2025
Merged
Conversation
joshfree
approved these changes
Sep 18, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes several storage tools from the Azure MCP Storage namespace, focusing the tool to specifically target blob storage scenarios while removing support for Tables, DataLake, Files/Shares, and Queues.
Key Changes:
- Removed 6 storage tools: table list, datalake operations, file share operations, queue operations, and blob batch operations
- Updated documentation and command lists to reflect reduced scope
- Removed unused package dependencies and cleaned up project references
Reviewed Changes
Copilot reviewed 51 out of 51 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Azure.Mcp.Tools.Storage/src/StorageSetup.cs | Simplified command registration to only include account and basic blob operations |
| tools/Azure.Mcp.Tools.Storage/src/Services/StorageService.cs | Removed methods for tables, data lake, queues, and file shares |
| tools/Azure.Mcp.Tools.Storage/src/Azure.Mcp.Tools.Storage.csproj | Removed package references for removed storage services |
| servers/Azure.Mcp.Server/README.md | Updated documentation to reflect reduced storage capabilities |
| docs/azmcp-commands.md | Removed command documentation for deleted tools |
| Multiple test files | Deleted unit and integration tests for removed functionality |
| Multiple option/model files | Removed option classes and models for deleted services |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sft/mcp into RemoveSomeStorageTools
xiangyan99
approved these changes
Sep 19, 2025
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Sep 27, 2025
* Remove some Storage tools * Fix compilation * Fix linting * Update tools/Azure.Mcp.Tools.Storage/src/StorageSetup.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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?
Removes some tools from the Storage namespace.
GitHub issue number?
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.mddocumentation/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