cursor-security-rules: Cursor Security Rules help prevent the generation of unsafe code by enforcing guardrails against risky patterns like exposing secrets or running dangerous commands. They are essential for fostering a security-first development culture in AI-assisted environments.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Securing AI-assisted code generation in Cursor
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.