Your Python Tool Needs Persistence - It Doesn't Need a Database Server
Your Python tools need persistence. Here's how to add it without spinning up a database server, using TinyDB, a zero-dependency document store that lives in a single JSON file....
