mirror of
https://github.com/limrun-inc/skills.git
synced 2026-09-14 15:38:52 +08:00
28b0e6cb52
distribution.json is the single source of truth; scripts/generate-manifests.mjs emits the Agent Plugins, Claude Code, Codex, Cursor, and Gemini CLI manifests, and CI fails when they are stale.
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
|
|
"mcpServers": {
|
|
"limrun": {
|
|
"type": "streamable-http",
|
|
"url": "https://mcp.limrun.com/mcp"
|
|
}
|
|
}
|
|
}
|