We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to start this server so I can mark the associated listing as tested.
This is my Dockerfile:
Dockerfile
# ... WORKDIR /app RUN echo "last_pushed_at=2024-12-31T16:57:50.000Z" CMD ["mcp-proxy", "npx", "-y", "@remote-mcp/client"]
When I run it, I get the following error:
sh: 1: {method:initialize,params:{protocolVersion:2024-11-05,capabilities:{},clientInfo:{name:mcp-proxy,version:1.0.0}},jsonrpc:2.0,id:0}: not found
I would expect the server to start.
Could you provide a complete example in the README showing how to start the server?
This would improve usability for developers and help automated systems like Glama to test the server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to start this server so I can mark the associated listing as tested.
Current Behavior
This is my
Dockerfile
:When I run it, I get the following error:
Expected Behavior
I would expect the server to start.
Could you provide a complete example in the README showing how to start the server?
This would improve usability for developers and help automated systems like Glama to test the server
The text was updated successfully, but these errors were encountered: