mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-25 10:21:40 +00:00
chore: publish from main
This commit is contained in:
@@ -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