mcp-authkit-store-memory
v0.2.1
Published
In-memory TokenStore for mcp-authkit — PATs, refresh tokens, and family revocation. For development and tests.
Maintainers
Readme
mcp-authkit-store-memory
In-memory TokenStore implementation for mcp-authkit.
Most users should import it through the core package:
import { memoryTokenStore } from "mcp-authkit/stores/memory"This store is intended for tests and local development. It is process-local and non-durable.
