Skip to main content
Glama

LanceDB MCP Server

by RyanLisse
test_init.py364 B
"""Tests for __init__.py functionality.""" from lancedb_mcp import TableConfig, __version__ def test_config(): """Test TableConfig model.""" config = TableConfig(name="test_table") assert config.name == "test_table" assert isinstance(config.dimension, int) def test_version(): """Test version getter.""" assert __version__ == "0.1.0"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanLisse/lancedb_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server