Server Config
{
"mcpServers": {
"seatunnel": {
"command": "python",
"args": [
"-m",
"src.seatunnel_mcp"
],
"cwd": "Project root directory",
"env": {
"SEATUNNEL_API_URL": "http://localhost:8090"
}
}
}
}