fix(docker-compose): update image names and restore container name usage for MCP server URL
This commit is contained in:
@@ -8,4 +8,7 @@ from mcp.server.fastmcp import FastMCP
|
||||
|
||||
# Initialize FastMCP server instance
|
||||
# This instance is shared across all tool modules
|
||||
mcp = FastMCP('data_flow')
|
||||
mcp = FastMCP(
|
||||
'data_flow',
|
||||
allowed_hosts=["mcp-server", "localhost"]
|
||||
)
|
||||
Reference in New Issue
Block a user