Skip to content

titen-memory 0.5.6

Choose a tag to compare

@RamaAditya49 RamaAditya49 released this 01 Aug 19:32
e3ad41f

Stable release · npm latest

npm install -g titen-memory@0.5.6

Install guide · Release page · npm package


Added

  • titen mcp bridges newline-delimited stdio MCP clients to an existing
    authenticated Titen /mcp endpoint, so hosts without native remote MCP can
    use the same nine tools without another memory implementation.

Changed

  • MCP initialization now tells compatible hosts to resolve the repository and
    compile authorized memory once at each task or scope boundary while keeping
    durable writes explicit and typed.

Security

  • The stdio bridge accepts its endpoint and revocable key only through the
    inherited environment, rejects credential-bearing or ambiguous URLs, emits no
    notification reply, and sanitizes upstream failures without exposing the key.