I get the following error
Connecting to database: /Users/albert/projects/agno-agi/agno-docs LanceDB connection error: [Error: Table 'chunks' was not found] { code: 'GenericFailure' } Failed to start server: [Error: Table 'chunks' was not found] { code: 'GenericFailure' } MCP error -32000: Connection closed
This is my config
"lancedb": {
"command": "npx",
"args": [
"-y",
"lance-mcp",
"/Users/user/projects/project-docs/"
]
}