Automatic Backend Selection
The library automatically selects the appropriate storage backend using this priority: Priority Order:- Explicit: If
MCP_TS_STORAGE_TYPEis set, use that backend - Auto-detect Redis: If
REDIS_URLis present, use Redis - Auto-detect Supabase: If
SUPABASE_URLis present, use Supabase - Auto-detect Neon: If
NEON_DATABASE_URLis present, use Neon - Auto-detect File: If
MCP_TS_STORAGE_FILEis present, use File - Auto-detect SQLite: If
MCP_TS_STORAGE_SQLITE_PATHis present, use SQLite - Default: Fall back to In-Memory storage

