You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I mentioned in the title, if we provide a container image to run 1Panel MCP server, people who want to use it can run server simply instead of preparing Git, Go or Make tools.
Expected running command:
# SSE transport mode
docker/pomdan run -d --rm -p 8000:8000 -e PANEL_ACCESS_TOKEN=xxx -e PANEL_HOST=yyy fit2cloud/1panel-mcp-server:1.0.0 --transport=sse
# STDIO transport mode
docker/pomdan run -d --rm -e PANEL_ACCESS_TOKEN=xxx -e PANEL_HOST=yyy fit2cloud/1panel-mcp-server:1.0.0 --transport=stdio
The text was updated successfully, but these errors were encountered:
As I mentioned in the title, if we provide a container image to run 1Panel MCP server, people who want to use it can run server simply instead of preparing Git, Go or Make tools.
Expected running command:
The text was updated successfully, but these errors were encountered: