mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-07 09:38:45 +00:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"mcpServers": {
|
|
"awesome-copilot": {
|
|
"type": "stdio",
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
|
|
]
|
|
}
|
|
}
|
|
}
|