Skip to content

Conversation

@ryanhoangt
Copy link
Collaborator

@ryanhoangt ryanhoangt commented Nov 21, 2025

This PR is to:

  • prepend MCP to dynamically generated action-model names
  • ensures MCP tools don’t clash with built-in tool kinds when the remote agent server starts

With this change, the 02_convo_with_docker_sandboxed_server.py example with the Playwright MCP server can run successfully:

image

Issue: #1154


Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.12-nodejs22 Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:68bdcc3-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-68bdcc3-python \
  ghcr.io/openhands/agent-server:68bdcc3-python

All tags pushed for this build

ghcr.io/openhands/agent-server:68bdcc3-golang-amd64
ghcr.io/openhands/agent-server:68bdcc3-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:68bdcc3-golang-arm64
ghcr.io/openhands/agent-server:68bdcc3-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:68bdcc3-java-amd64
ghcr.io/openhands/agent-server:68bdcc3-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:68bdcc3-java-arm64
ghcr.io/openhands/agent-server:68bdcc3-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:68bdcc3-python-amd64
ghcr.io/openhands/agent-server:68bdcc3-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-amd64
ghcr.io/openhands/agent-server:68bdcc3-python-arm64
ghcr.io/openhands/agent-server:68bdcc3-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-arm64
ghcr.io/openhands/agent-server:68bdcc3-golang
ghcr.io/openhands/agent-server:68bdcc3-java
ghcr.io/openhands/agent-server:68bdcc3-python

About Multi-Architecture Support

  • Each variant tag (e.g., 68bdcc3-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., 68bdcc3-python-amd64) are also available if needed

Copy link
Collaborator

@xingyaoww xingyaoww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryanhoangt can you revert your previous PR that renames the action, since this seems to be a more fundamental fix?

@xingyaoww
Copy link
Collaborator

@ryanhoangt
#1225

@ryanhoangt ryanhoangt merged commit 6525d8d into main Nov 21, 2025
22 checks passed
@ryanhoangt ryanhoangt deleted the ht/prepend-mcp-tool-action-models branch November 21, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants