资讯

A minimal Model Context Protocol (MCP) server that also exposes a small REST API. Data is stored in a single JSON file (db.json) as collections of items with auto-generated UUIDs.
I apologize if this is a duplicate, I couldn't find a similar issue. Getting the following error when attempting to generate OpenAPI schema for a FastAPI app when ...