chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-24 00:26:50 +00:00
parent 060daade7c
commit 7f365df724
11 changed files with 835 additions and 32 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ copilot plugin install awesome-copilot@awesome-copilot
### MCP server
This plugin includes the `awesome-copilot` MCP server configured in [`./.mcp.json`](./.mcp.json). If Docker is unavailable, MCP startup will fail.
This plugin includes the `awesome-copilot` MCP server configured in [`./mcp.json`](./mcp.json). If Docker is unavailable, MCP startup will fail.
## Source
@@ -1,4 +1,5 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"awesome-copilot": {
"type": "stdio",
@@ -11,4 +12,4 @@
]
}
}
}
}