Conversation
|
🐳 Preview MCP Toolbox Docker Image Built Image: Tags: Usage: # Pull the preview image
docker pull ghcr.io/null-shot/typescript-agent-tookit/mcp-toolbox:pr-98
# Run the MCP Toolbox server
docker run -p 11990:11990 \
-e PROXY_ID=preview-toolbox-98 \
-e MCP_SERVER_HOST=host.docker.internal:6050 \
--add-host host.docker.internal:host-gateway \
-v $(pwd)/data:/app/data \
ghcr.io/null-shot/typescript-agent-tookit/mcp-toolbox:pr-98Health Check: curl http://localhost:11990/healthNote: Preview images are automatically cleaned up after 7 days. |
|
hi @felixnorden i see the CI is broken. Can you have a look to see if you can fix it so I can get this merged in? 😄 |
|
Yeah this is what I was working on resolving this week @allenwyma , but the issues I'm facing are tied to this: So resolving how we can do the tests as needed without having |
|
hi @felixnorden thanks for the update! I didn't see the CI run, but I noticed there's some conflicts with |
7d1aeda to
bc7730f
Compare
|
hi @felixnorden looks like the CI is failing, can you take a look or do you need help? :) |
No description provided.