mcp-meilisearch 1.2.5 → 1.2.6

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.
@@ -15,7 +15,7 @@ export const handleApiError = (error) => {
15
15
  return `Meilisearch API error (${status}): ${JSON.stringify(data)}`;
16
16
  }
17
17
  // If it's a network error or other error
18
- return `Error connecting to Meilisearch: ${error.message}`;
18
+ return `MCP Server error: ${JSON.stringify(error)}`;
19
19
  };
20
20
  /**
21
21
  * Creates a standardized error response object for MCP tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-meilisearch",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Model Context Protocol (MCP) implementation for Meilisearch",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",