mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-24 09:56:51 +00:00
chore: publish from main
This commit is contained in:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user