@intangle/mcp-server 2.3.3 → 2.3.4

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
@@ -189,6 +189,7 @@ try {
189
189
  // Pass through to API with new structure
190
190
  return makeApiCall("update-memory", {
191
191
  space_id: args.space_id,
192
+ project_id: args.project_id,
192
193
  add: args.add,
193
194
  update: args.update,
194
195
  delete: args.delete,
package/index.ts CHANGED
@@ -262,6 +262,7 @@ try {
262
262
  // Pass through to API with new structure
263
263
  return makeApiCall("update-memory", {
264
264
  space_id: args.space_id,
265
+ project_id: args.project_id,
265
266
  add: args.add,
266
267
  update: args.update,
267
268
  delete: args.delete,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intangle/mcp-server",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
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",