|
@@ -742,7 +742,7 @@ async def main():
|
|
|
"""Main entry point for the MCP server (HTTP mode)."""
|
|
"""Main entry point for the MCP server (HTTP mode)."""
|
|
|
# Get configuration from environment
|
|
# Get configuration from environment
|
|
|
host = os.getenv("MCP_HOST", "0.0.0.0")
|
|
host = os.getenv("MCP_HOST", "0.0.0.0")
|
|
|
- port = int(os.getenv("MCP_PORT", "8000"))
|
|
|
|
|
|
|
+ port = int(os.getenv("MCP_PORT", "8080"))
|
|
|
|
|
|
|
|
print(f"Starting Novel Translator MCP Server on http://{host}:{port}")
|
|
print(f"Starting Novel Translator MCP Server on http://{host}:{port}")
|
|
|
print(f"Transport: SSE (Server-Sent Events)")
|
|
print(f"Transport: SSE (Server-Sent Events)")
|