Kaballas commited on
Commit
c5052d5
Β·
1 Parent(s): 401cfcb
Files changed (1) hide show
  1. app.py +1 -1
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}:8000/mcp")
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()