Skip to content

Commit 2613183

Browse files
committed
Update arguments.
1 parent d42431d commit 2613183

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

servers/Azure.Mcp.Server/server.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111
"version": "2.0.0-beta.2",
1212
"transport": {
1313
"type": "stdio"
14-
}
14+
},
15+
"packageArguments": [
16+
{
17+
"type": "positional",
18+
"value": "server"
19+
},
20+
{
21+
"type": "positional",
22+
"value": "start"
23+
}
24+
]
1525
},
1626
{
1727
"registryType": "npm",

0 commit comments

Comments
 (0)