79647345

Date: 2025-06-01 08:44:57
Score: 0.5
Natty:
Report link

Found the problem, all i had to do was pass port parameter in the initialization of my server

from mcp.server.fastmcp import FastMCP

mcp = FastMCP("Linux", port = 8082)

This would start the port on the desired address

INFO:     Started server process [29007]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8083 (Press CTRL+C to quit)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Vivek