Kaballas commited on
Commit
a68009f
·
1 Parent(s): e7f9b92
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,9 +4,8 @@ from mcp_server_mariadb_vector.server import mcp
4
 
5
  app = FastAPI()
6
 
7
- # Mount the FastMCP SSE app at /sse
8
  app = mcp.http_app()
9
- app.mount("/sse", vector_app)
10
 
11
  # Health endpoint
12
  @app.get("/", tags=["health"])
 
4
 
5
  app = FastAPI()
6
 
7
+ # Mount the FastMCP HTTP app
8
  app = mcp.http_app()
 
9
 
10
  # Health endpoint
11
  @app.get("/", tags=["health"])