Files
Hasan Turken 28b0e6cb52 package skills as a multi-platform agent plugin
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.
2026-08-28 15:12:51 +03:00

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"
}
}
}