mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-25 18:25:01 +00:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
|
|
"mcpServers": {
|
|
"awesome-copilot": {
|
|
"type": "stdio",
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
|
|
]
|
|
}
|
|
}
|
|
} |