Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP_SSE_Server": {
"command": "docker",
"args": [
"build",
"-t",
"news-assistant-python",
"."
]
}
}
}