Files
awesome-copilot/plugins/awesome-copilot/.mcp.json
T
github-actions[bot] d925e492ac chore: publish from main
2026-07-16 04:10:37 +00:00

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"
]
}
}
}