Skip to content

Commit 1a0bf8e

Browse files
committed
Add server.json for Fabric.
1 parent 4346f8e commit 1a0bf8e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"version": "0.0.1",
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

Comments
 (0)