Files
awesome-copilot/plugins/awesome-copilot/mcp.json
T
github-actions[bot] 7f365df724 chore: publish from main
2026-08-24 00:26:50 +00:00

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