Spaces:
Sleeping
Sleeping
ww
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ mcp = FastApiMCP(app)
|
|
15 |
# Print IP immediately when module loads
|
16 |
public_ip = get_public_ip()
|
17 |
print(f"π Public IP address: {public_ip}")
|
18 |
-
print(f"π MCP Server will be accessible at: http://{public_ip}:
|
19 |
|
20 |
# Mount the MCP server directly to your FastAPI app
|
21 |
mcp.mount()
|
|
|
15 |
# Print IP immediately when module loads
|
16 |
public_ip = get_public_ip()
|
17 |
print(f"π Public IP address: {public_ip}")
|
18 |
+
print(f"π MCP Server will be accessible at: http://{public_ip}:7860/mcp")
|
19 |
|
20 |
# Mount the MCP server directly to your FastAPI app
|
21 |
mcp.mount()
|