sss
Browse files
app.py
CHANGED
@@ -4,9 +4,8 @@ from mcp_server_mariadb_vector.server import mcp
|
|
4 |
|
5 |
app = FastAPI()
|
6 |
|
7 |
-
# Mount the FastMCP
|
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"])
|