We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0e9cb commit 2acc4baCopy full SHA for 2acc4ba
1 file changed
resources/mcp.json
@@ -0,0 +1,13 @@
1
+{
2
+ "servers": {
3
+ "ContosoBikestore": {
4
+ "type": "stdio",
5
+ "command": "dotnet",
6
+ "args": [
7
+ "run",
8
+ "--project",
9
+ "src/backend/contoso-store-api/ContosoBikestore.MCPServer"
10
+ ]
11
+ }
12
13
+}
0 commit comments