mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-16 19:03:26 +00:00
chore: publish from main
This commit is contained in:
+2
-1
@@ -21,5 +21,6 @@
|
||||
"./skills/suggest-awesome-github-copilot-agents",
|
||||
"./skills/suggest-awesome-github-copilot-instructions",
|
||||
"./skills/suggest-awesome-github-copilot-skills"
|
||||
]
|
||||
],
|
||||
"mcpServers": "./.mcp.json"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"awesome-copilot": {
|
||||
"type": "stdio",
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,11 @@ Meta prompts that help you discover and generate curated GitHub Copilot agents,
|
||||
copilot plugin install awesome-copilot@awesome-copilot
|
||||
```
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- [Docker](https://www.docker.com/) must be installed and available on your `PATH`.
|
||||
- The plugin starts its bundled MCP server by running `docker run ... ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest`.
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
@@ -26,6 +31,10 @@ copilot plugin install awesome-copilot@awesome-copilot
|
||||
|-------|-------------|
|
||||
| `meta-agentic-project-scaffold` | Meta agentic project creation assistant to help users create and manage project workflows effectively. |
|
||||
|
||||
### MCP server
|
||||
|
||||
This plugin includes the `awesome-copilot` MCP server configured in [`./.mcp.json`](./.mcp.json). If Docker is unavailable, MCP startup will fail.
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
Reference in New Issue
Block a user