feat(mcp): page compte Connecteur MCP + instructions clients (scope B #111)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Colin Maudry
2026-07-10 15:16:36 +02:00
parent 4dbe986310
commit ff78b86ad0
4 changed files with 241 additions and 0 deletions
+4
View File
@@ -149,6 +149,10 @@ from src.roadmap import db as roadmap_db # noqa: E402
roadmap_db.init_schema()
from src.mcp.account import mcp_account_bp # noqa: E402
app.server.register_blueprint(mcp_account_bp)
# robots.txt
@app.server.route("/robots.txt")