Skip to content

Commit 2acc4ba

Browse files
committed
add mcp configuration
1 parent 8d0e9cb commit 2acc4ba

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

resources/mcp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)