Skip to content

Conversation

@maebert
Copy link
Member

@maebert maebert commented Dec 16, 2025

Note

Introduces client.memories.update (+types/docs/tests) and exposes it as update_memory in the MCP server, adds MCP Dockerfile/.dockerignore, bumps manifest, and adds filter to memories.list.

  • SDK / API:
    • New endpoint: client.memories.update(resourceID, { source, ... }) -> MemoryStatus with MemoryUpdateParams.
    • memories.list now supports filter query param.
    • Public exports updated in client and resources.
  • MCP Server:
    • New tool: update_memory (POST /memories/update/{source}/{resource_id}) with handler and schema.
    • Wired into tools index; manifest version bumped to 0.27.0.
    • Docker support: add packages/mcp-server/Dockerfile and .dockerignore.
  • Docs / Migration:
    • API docs list memories.update.
    • Migration notes add named path params impact for memories.update/delete/get.
  • Tests:
    • Add tests for memories.update (required/optional) and memories.list with filter.

Written by Cursor Bugbot for commit 0d3562f. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants