high-performance-api-benchmark/ ├── api/ # Bolt API package │ ├── __init__.py # BoltAPI instance, middleware, register routes │ ├── middleware.py # X-Server-Time, X-Response-Time │ └── routes/ │ ├── _ ...
drf-mcp-docs exposes your Django REST Framework API documentation through the Model Context Protocol (MCP) so AI coding agents can read, understand, and help you write correct frontend integration ...