Skip to content

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Dec 17, 2025

Updated Docker documentation to reflect the ENTRYPOINT change from PR #1106. Users can now pass command-line arguments like --port and --verbose directly to the Docker container.

Files changed

  • docs/installation.mdx - Added "Docker with Arguments" section with examples

Note

Adds a "Docker with Arguments" section with examples for passing CLI args to the container (STDIO and HTTP server setups) and links to further docs.

  • Docs:
    • Add "Docker with Arguments" to docs/installation.mdx with examples:
      • Running with STDIO server: docker run -p 6274:6274 -- npx -y @modelcontextprotocol/server-everything
      • Running with HTTP server: docker run --rm -p 6274:6274 mcpjam/mcp-inspector -- --url http://host.docker.internal:8080/mcp --name "HTTP Server" --tab tools
    • Link to detailed guide: Launch from Code.

Written by Cursor Bugbot for commit 78ecec7. This will update automatically on new commits. Configure here.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 17, 2025
@dosubot dosubot bot added the documentation Improvements or additions to documentation label Dec 17, 2025
Updated Docker run commands and added new usage examples.

Signed-off-by: Andrew Khadder <54488379+khandrew1@users.noreply.github.com>
@khandrew1 khandrew1 merged commit a269d51 into main Dec 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants