mirror of
https://github.com/cloudflare/skills.git
synced 2026-09-14 16:49:26 +08:00
9177f9a0ba
* Add Codex and Agent Plugins packaging * Fix Codex marketplace root plugin source --------- Co-authored-by: Angus <ahawkings@cloudflare.com>
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
|
|
"mcpServers": {
|
|
"cloudflare": {
|
|
"type": "streamable-http",
|
|
"url": "https://mcp.cloudflare.com/mcp"
|
|
}
|
|
}
|
|
}
|