mcp-meilisearch 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ The MCP server organizes Meilisearch APIs into these categories:
41
41
  1. Clone the repository:
42
42
 
43
43
  ```bash
44
- git clone <repository-url>
44
+ git clone https://github.com/falcosan/mcp
45
45
  ```
46
46
 
47
47
  2. Install dependencies:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-meilisearch",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Model Context Protocol (MCP) implementation for Meilisearch",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",