Skip to content

Commit 3b7d4b5

Browse files
authored
Fabric MCP: Add OneLake namespace to VSCode options (#1398)
* Fabric MCP: Add OneLake namespace to VSCode options * Update descriptions
1 parent 90feea8 commit 3b7d4b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

servers/Fabric.Mcp.Server/vscode/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@
5252
"items": {
5353
"type": "string",
5454
"enum": [
55-
"publicapis"
55+
"publicapis",
56+
"onelake"
5657
],
5758
"markdownEnumDescriptions": [
58-
"Fabric public APIs — Container registry management."
59+
"Fabric public APIs — Fabric public APIs specifications and examples.",
60+
"OneLake — Manage and interact with OneLake data lake storage."
5961
]
6062
},
6163
"uniqueItems": true,
@@ -66,7 +68,7 @@
6668
"type": "string",
6769
"enum": ["single", "namespace", "all"],
6870
"default": "all",
69-
"markdownDescription": "Server Mode determines how tools are exposed: `single` collapses every tool (100+) into one (1) single tool that routes internally, `namespace` collapses all tools down into logical Fabric service namespace grouping, while `all` (default) exposes every MCP tool directly to the MCP client. We recommend all as the right balance between MCP tool count and tool selection accuracy. **Note:** Changes require restarting the MCP server if MCP Autostart is not configured (Command Palette → MCP: List Servers → Fabric MCP → Start/Restart)."
71+
"markdownDescription": "Server Mode determines how tools are exposed: `single` collapses every tool into one single tool that routes internally, `namespace` collapses all tools down into logical Fabric service namespace grouping, while `all` (default) exposes every MCP tool directly to the MCP client. We recommend all as the right balance between MCP tool count and tool selection accuracy. **Note:** Changes require restarting the MCP server if MCP Autostart is not configured (Command Palette → MCP: List Servers → Fabric MCP → Start/Restart)."
7072

7173
},
7274
"fabricMcp.readOnly": {

0 commit comments

Comments
 (0)