cccc
Browse files
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.
|
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
|