{
"mcpServers": {
"TelosDB": {
"command": "telosdb-app",
"args": [],
"env": {},
"tools": [
{
"name": "search_text",
"description": "Semantic search using sqlite-vec (640d).",
"arguments": {
"content": "string",
"limit": "number"
}
},
{
"name": "add_item_text",
"description": "Add new text with auto-generated embeddings.",
"arguments": {
"content": "string",
"path": "string"
}
},
{
"name": "update_item",
"description": "Update text and re-generate embedding.",
"arguments": {
"id": "number",
"content": "string",
"path": "string"
}
},
{
"name": "delete_item",
"description": "Delete item and vector by ID.",
"arguments": {
"id": "number"
}
},
{
"name": "get_item_by_id",
"description": "Retrieve raw text and metadata by ID.",
"arguments": {
"id": "number"
}
}
]
}
}
}