[project] name = "meilisearch-mcp" version = "0.7.0" description = "MCP server for Meilisearch" requires-python = ">=3.10" dependencies = [ "meilisearch>=0.38.0", "mcp>=2.0.0,<3", "httpx>=0.28.1", "pydantic>=2.12.5", ] [build-system] requires = ["setuptools>=42"] build-backend = "setuptools.build_meta" [project.scripts] meilisearch-mcp = "meilisearch_mcp.server:main" [tool.pytest.ini_options] pythonpath = [ "." ] testpaths = [ "tests" ] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" [tool.black] line-length = 88 target-version = ['py310'] include = '\.pyi?$'