feat: 0.3.3 — MCP stdio, /sse + /mcp transports, Voyage embedder, README TM#25
Merged
stevepaltridge merged 5 commits intomainfrom Apr 28, 2026
Merged
feat: 0.3.3 — MCP stdio, /sse + /mcp transports, Voyage embedder, README TM#25stevepaltridge merged 5 commits intomainfrom
stevepaltridge merged 5 commits intomainfrom
Conversation
added 5 commits
April 24, 2026 03:05
- README: PyPI + npm badges, multi-stack quickstart (curl + pip + npm) using real X-API-Key + string tags - examples/python/agent_memory.py: end-to-end remember/recall/checkpoint, validated against ghcr.io/recallworks/recall:0.1.0 - examples/typescript/agent_memory.ts: same flow, async; validated end-to-end - examples/bash/curl_round_trip.sh: SDK-free raw HTTP - examples/README.md: index
- New stdio MCP entry point (recall-mcp console script) for Claude Desktop/Cursor/Cline/Continue.dev
- Mount FastMCP /sse + /messages/ + /mcp routes alongside HTTP API in app.py
- Add VoyageEmbedder backend (parity with marketing claims)
- Add recall_filtered, answer, backfill_epoch tools
- Bump Docker image to install [llm,mcp] extras
- Add docs/mcp.md integration guide
- Add docs/{gated-workstreams,license-boundary,outside-counsel-checklist}.md
- Add TypeScript examples scaffold
- Add OSS->enterprise import isolation test
- Apply trade mark to README H1
82/82 tests pass. Live image: ghcr.io/recallworks/recall:0.3.3
# Conflicts: # examples/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the gap between marketing claims on recall.works + dev.to article and what's actually shippable.
What changed
recall-mcpconsole script) — Claude Desktop / Cursor / Cline / Continue.dev can now drop Recall in as an MCP server in 30 seconds (src/recall/mcp_stdio.py)app.py(was un-wired)[llm,mcp]extras;recall-mcpavailable in containerVerification
recall:0.3.3smoked:/health200,/ssestreamsevent: endpoint,recall-mcpscript present at/usr/local/bin/recall-mcp,VoyageEmbedderimportableghcr.io/recallworks/recall:0.3.3+:latest(digest sha256:3db19a45800f725e...)Untested per Rule 7
recall-mcpagainst actual Claude Desktop / Cursor instance (no Mac w/ those installed in dev env)Conflicts
Examples/README.md will conflict with main (PR #16 already shipped a different version) — let GitHub UI auto-resolve or merge manually.