The Claude Code plugin moves to plugins/haiku-rag/ and gains a Codex manifest at .codex-plugin/plugin.json; both share one .mcp.json and one haiku-rag Agent Skill. .agents/plugins/marketplace.json serves Codex, the Claude marketplace points at the new path, and scripts/bump_version.py bumps both manifests. The skill declares its compatibility.
26 lines
1 KiB
JSON
26 lines
1 KiB
JSON
{
|
|
"name": "haiku-rag",
|
|
"version": "0.82.1",
|
|
"description": "Search, read and analyze your haiku.rag knowledge base from Codex.",
|
|
"author": {
|
|
"name": "Yiorgis Gozadinos",
|
|
"email": "ggozadinos@gmail.com",
|
|
"url": "https://github.com/ggozad"
|
|
},
|
|
"homepage": "https://ggozad.github.io/haiku.rag/mcp/",
|
|
"repository": "https://github.com/ggozad/haiku.rag",
|
|
"license": "MIT",
|
|
"keywords": ["rag", "knowledge-base", "search", "documents", "mcp"],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "haiku.rag",
|
|
"shortDescription": "Search and analyze your haiku.rag knowledge base",
|
|
"longDescription": "Search, read, and compute over documents in your local haiku.rag knowledge base through MCP tools.",
|
|
"developerName": "Yiorgis Gozadinos",
|
|
"category": "Productivity",
|
|
"capabilities": ["Interactive", "Read"],
|
|
"websiteURL": "https://ggozad.github.io/haiku.rag/",
|
|
"defaultPrompt": "Search my haiku.rag knowledge base and cite the relevant documents."
|
|
}
|
|
}
|