@@ -2,9 +2,11 @@ from fastapi import FastAPI
from handler.exception import install as exception_install
from lifespan import lifespan
from mcps import create_mcp_app
app = FastAPI(lifespan=lifespan)
exception_install(app)
if __name__ == "__main__":
The note is not visible to the blocked user.