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 @@
]
}
}
}
}
+1 -1
View File
@@ -93,7 +93,7 @@ This plugin uses the ContextMatic MCP endpoint:
https://chatbotapi.apimatic.io/mcp/plugins
```
The plugin registers the MCP server through its plugin-root `.mcp.json` file so the server is available alongside the bundled skills.
The plugin registers the MCP server through its plugin-root `mcp.json` file so the server is available alongside the bundled skills.
---
@@ -1,10 +1,12 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"context-matic": {
"type": "streamable-http",
"url": "https://chatbotapi.apimatic.io/mcp/plugins",
"headers": {
"X-Apimatic-Mcp-Client": "VsCode"
}
}
}
}
}