We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4346f8e commit 1a0bf8eCopy full SHA for 1a0bf8e
servers/Fabric.Mcp.Server/server.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
+ "name": "com.microsoft/fabric-mcp",
4
+ "description": "<<INSERT_SERVER_DESCRIPTION>>",
5
+ "version": "0.0.1",
6
+ "title": "Microsoft Fabric MCP Server",
7
+ "packages": [
8
+ {
9
+ "registryType": "nuget",
10
+ "identifier": "<<INSERT_PACKAGE_NAME>>",
11
12
+ "transport": {
13
+ "type": "stdio"
14
+ }
15
16
+ ],
17
+ "repository": {
18
+ "url": "https://github.com/microsoft/mcp",
19
+ "source": "github",
20
+ "subfolder": "servers/Fabric.Mcp.Server"
21
+ },
22
+ "websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Fabric.Mcp.Server"
23
+}
0 commit comments