File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 id : meta
8181 uses : docker/metadata-action@v5
8282 with :
83- images : meilisearch /meilisearch-mcp
83+ images : getmeili /meilisearch-mcp
8484 tags : |
8585 type=raw,value=${{ needs.check-version.outputs.new_version }}
8686 type=raw,value=latest
Original file line number Diff line number Diff line change @@ -145,16 +145,16 @@ Perfect for containerized environments like n8n workflows!
145145
146146``` bash
147147# Pull the latest image
148- docker pull meilisearch /meilisearch-mcp:latest
148+ docker pull getmeili /meilisearch-mcp:latest
149149
150150# Or a specific version
151- docker pull meilisearch /meilisearch-mcp:0.5.0
151+ docker pull getmeili /meilisearch-mcp:0.5.0
152152
153153# Run the container
154154docker run -it \
155155 -e MEILI_HTTP_ADDR=http://your-meilisearch:7700 \
156156 -e MEILI_MASTER_KEY=your-master-key \
157- meilisearch /meilisearch-mcp:latest
157+ getmeili /meilisearch-mcp:latest
158158```
159159
160160#### Build from Source
@@ -173,7 +173,7 @@ docker run -it \
173173For n8n workflows, you can use the Docker image directly in your setup:
174174``` yaml
175175meilisearch-mcp :
176- image : meilisearch /meilisearch-mcp:latest
176+ image : getmeili /meilisearch-mcp:latest
177177 environment :
178178 - MEILI_HTTP_ADDR=http://meilisearch:7700
179179 - MEILI_MASTER_KEY=masterKey
You can’t perform that action at this time.
0 commit comments