Skip to content

Remove some Storage tools#500

Merged
alzimmermsft merged 8 commits intomicrosoft:mainfrom
alzimmermsft:RemoveSomeStorageTools
Sep 19, 2025
Merged

Remove some Storage tools#500
alzimmermsft merged 8 commits intomicrosoft:mainfrom
alzimmermsft:RemoveSomeStorageTools

Conversation

@alzimmermsft
Copy link
Copy Markdown
Contributor

What does this PR do?

Removes some tools from the Storage namespace.

GitHub issue number?

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated servers/Azure.Mcp.Server/CHANGELOG.md and/or servers/Fabric.Mcp.Server/CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated servers/Azure.Mcp.Server/README.md and/or servers/Fabric.Mcp.Server/README.md documentation
    • Updated command list in /docs/azmcp-commands.md and/or /docs/fabric-commands.md
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts

@github-project-automation github-project-automation Bot moved this from Untriaged to In Progress in Azure MCP Server Sep 18, 2025
@alzimmermsft alzimmermsft marked this pull request as ready for review September 19, 2025 16:33
@alzimmermsft alzimmermsft requested review from a team and vladimisms as code owners September 19, 2025 16:33
Copilot AI review requested due to automatic review settings September 19, 2025 16:33
@alzimmermsft alzimmermsft requested review from a team, jongio and xiangyan99 as code owners September 19, 2025 16:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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

Comment thread tools/Azure.Mcp.Tools.Storage/src/StorageSetup.cs Outdated
Comment thread tools/Azure.Mcp.Tools.Storage/src/Services/StorageService.cs
Comment thread tools/Azure.Mcp.Tools.Storage/src/Services/StorageService.cs
@alzimmermsft alzimmermsft merged commit 7f1cda8 into microsoft:main Sep 19, 2025
25 checks passed
@alzimmermsft alzimmermsft deleted the RemoveSomeStorageTools branch September 19, 2025 18:41
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Azure MCP Server 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants