Update streamlit_ui.py
Fixing docker command for Cursor
This commit is contained in:
parent
2a1b82049a
commit
1c055405bc
@ -280,7 +280,7 @@ def generate_mcp_config(ide_type):
|
||||
if ide_type == "Windsurf":
|
||||
return json.dumps(python_config, indent=2), json.dumps(docker_config, indent=2)
|
||||
elif ide_type == "Cursor":
|
||||
return f"{python_path} {server_script_path}", f"docker run --rm -p 8100:8100 archon:latest python mcp_server.py"
|
||||
return f"{python_path} {server_script_path}", f"docker run -i --rm -e GRAPH_SERVICE_URL=http://host.docker.internal:8100 archon-mcp:latest"
|
||||
elif ide_type == "Cline":
|
||||
return json.dumps(python_config, indent=2), json.dumps(docker_config, indent=2) # Assuming Cline uses the same format as Windsurf
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user