mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-21 21:04:13 +00:00
9cdc660675
* Removing some features from the home page of the website hooks, agentic workflows, and tools are removed - these are minimally used parts of the website * Removing the pages and their references * removing from the readme * Adding the awesome copilot MCP server to our plugin and showing that in the rendered page * Fix broken docs links and MCP plugin docs Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4215785a-7e6e-49c5-abaa-c39b0793a11e
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"
|
|
]
|
|
}
|
|
}
|
|
}
|