Kaballas commited on
Commit
896a3e4
·
1 Parent(s): e98f4ed
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from mcp_server_mariadb_vector.server import mcp
5
  app = FastAPI()
6
 
7
  # Mount the FastMCP SSE app at /sse
8
- vector_app = mcp.sse_app()
9
  app.mount("/sse", vector_app)
10
 
11
  # Health endpoint
 
5
  app = FastAPI()
6
 
7
  # Mount the FastMCP SSE app at /sse
8
+ vector_app = mcp.http_app()
9
  app.mount("/sse", vector_app)
10
 
11
  # Health endpoint