Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
LanceDB MCP Server
Claim
by
RyanLisse
GitHub
Databases
Knowledge & Memory
Python
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
tests
tests/conftest.py
tests/test_init.py
tests/test_server.py
"""Test configuration.""" import os # Set environment variables for testing os.environ["LANCEDB_URI"] = ".lancedb" # Configure pytest for async tests pytest_plugins = ["pytest_asyncio"]