@massa-ai/mcp-client 1.44.0 → 1.46.0

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.
@@ -152536,7 +152536,7 @@ Using defaults:`);
152536
152536
  provider: "ollama",
152537
152537
  model: options.model || "qwen3-embedding:4b",
152538
152538
  baseURL: options["base-url"] || "http://localhost:11434",
152539
- dimensions: 768
152539
+ dimensions: 2560
152540
152540
  };
152541
152541
  } else if (provider === "mistral") {
152542
152542
  if (!options["api-key"]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/mcp-client",
3
- "version": "1.44.0",
3
+ "version": "1.46.0",
4
4
  "description": "massa-ai MCP server - Semantic code search, memory, and context compression via Model Context Protocol",
5
5
  "author": "luizgmassa",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  "type-check": "tsc --noEmit"
21
21
  },
22
22
  "dependencies": {
23
- "@massa-ai/core": "^1.44.0",
24
- "@massa-ai/shared": "^1.44.0",
23
+ "@massa-ai/core": "^1.46.0",
24
+ "@massa-ai/shared": "^1.46.0",
25
25
  "@modelcontextprotocol/sdk": "^1.0.0"
26
26
  },
27
27
  "devDependencies": {