FashionM3 / mcp_server_config.json
pangkaicheng
first commit
f8a73ec
raw
history blame contribute delete
413 Bytes
{
"mcpServers": {
"fashion_vlm": {
"transport": "sse",
"url": "http://localhost:8000"
},
"virtual_try_on": {
"command": "python",
"args": ["mcp_servers/virtual_try_on.py"],
"env": {
"HTTP_PROXY": "http://127.0.0.1:10809",
"HTTPS_PROXY": "http://127.0.0.1:10809"
}
}
}
}