@intangle/mcp-server 2.1.8 → 2.1.9

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.
package/dist/index.js CHANGED
@@ -137,7 +137,7 @@ try {
137
137
  if (!space_id) {
138
138
  throw new Error("space_id is required. Use list_spaces to see available options.");
139
139
  }
140
- return makeApiCall("search-context", {
140
+ return makeApiCall("search-memories", {
141
141
  space_id,
142
142
  space_ids: [space_id], // Convert to array for backend compatibility
143
143
  query,
package/index.ts CHANGED
@@ -186,7 +186,7 @@ try {
186
186
  )
187
187
  }
188
188
 
189
- return makeApiCall("search-context", {
189
+ return makeApiCall("search-memories", {
190
190
  space_id,
191
191
  space_ids: [space_id], // Convert to array for backend compatibility
192
192
  query,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intangle/mcp-server",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Model Context Protocol server for Intangle - AI context that persists across conversations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",