haiku.rag/server.json
2025-10-27 11:47:14 +02:00

42 lines
1.1 KiB
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.ggozad/haiku-rag",
"version": "{{VERSION}}",
"description": "Agentic Retrieval Augmented Generation (RAG) with LanceDB",
"repository": {
"url": "https://github.com/ggozad/haiku.rag",
"source": "github"
},
"license": "MIT",
"keywords": [
"rag",
"lancedb",
"vector-database",
"embeddings",
"search",
"qa",
"research"
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "haiku-rag",
"version": "{{VERSION}}",
"runtimeHint": "uvx",
"runtimeArguments": [
{
"type": "positional",
"value": "serve"
},
{
"type": "named",
"name": "--mcp"
}
],
"transport": {
"type": "stdio"
}
}
]
}