Rename tools and flatten command hierarchy#1817
Open
jeremydhoover-blip wants to merge 2 commits intomicrosoft:mainfrom
Open
Rename tools and flatten command hierarchy#1817jeremydhoover-blip wants to merge 2 commits intomicrosoft:mainfrom
jeremydhoover-blip wants to merge 2 commits intomicrosoft:mainfrom
Conversation
added 2 commits
February 26, 2026 10:56
- Rename tools/Fabric.Mcp.Tools.PublicApi directory to tools/Fabric.Mcp.Tools.Docs - Update C# namespaces from Fabric.Mcp.Tools.PublicApi to Fabric.Mcp.Tools.Docs - Rename FabricPublicApiSetup class to FabricDocsSetup - Update area name from 'publicapis' to 'docs' - Update solution files, Program.cs, and project references - Update cspell, SUPPORT.md, and TROUBLESHOOTING.md references - No changes to individual tool names or command hierarchy structure
- Docs tools: Rename generic names (get, list) to descriptive names (best_practices, api_examples, item_definitions, platform_api_spec, workload_api_spec, workloads) - OneLake tools: Add context to tool names (delete -> delete_file, create -> create_directory, list -> list_files, etc.) - Flatten both Docs and OneLake command hierarchies: remove all subgroups, register commands directly at the area level - Update command descriptions to be concise single-line format - Update command titles to remove verb prefixes - Fix error messages referencing old tool names - Remove OneLake ItemCreateCommandTests (command moved to Core in next PR) - Update all tests for new names, descriptions, and flat structure
|
Thank you for your contribution @jeremydhoover-blip! We will review the pull request and get back to you soon. |
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.
Summary
Renames all Fabric MCP tool names to be more descriptive and self-documenting, and flattens the command hierarchy by removing subgroups.
Changes
Part 2 of 4 — split from #1785. Depends on PRs: 1816, 1818, 1819