We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f497797 commit cb8947eCopy full SHA for cb8947e
Dockerfile
@@ -25,4 +25,4 @@ ENV MEILI_HTTP_ADDR=http://meilisearch:7700
25
ENV MEILI_MASTER_KEY=""
26
27
# Run the MCP server
28
-CMD ["python", "-m", "src.meilisearch_mcp"]
+CMD ["uv", "run", "python", "-m", "src.meilisearch_mcp"]
0 commit comments