Skip to content

Expose HTTP port#1967

Merged
omgitsads merged 1 commit intomainfrom
docker-expose-port
Feb 6, 2026
Merged

Expose HTTP port#1967
omgitsads merged 1 commit intomainfrom
docker-expose-port

Conversation

@omgitsads
Copy link
Member

Summary

This pull request makes a minor update to the Dockerfile by exposing the default port used by the new Streamable HTTP server. This change helps ensure the container is configured correctly for network communication.

Why

We want to expose the port for simplicity.

What changed

  • Added EXPOSE directive to the Dockerfile

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.

Lint & tests

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

@omgitsads omgitsads requested a review from a team as a code owner February 6, 2026 15:38
Copilot AI review requested due to automatic review settings February 6, 2026 15:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds an EXPOSE directive to the Dockerfile to expose port 8082, which is the default port for the HTTP server implementation. This change ensures that the container is properly configured for network communication when running the HTTP server mode (as opposed to the stdio mode).

Changes:

  • Added EXPOSE 8082 directive to the Dockerfile to expose the default HTTP server port

@omgitsads omgitsads merged commit 4d0d0ba into main Feb 6, 2026
21 checks passed
@omgitsads omgitsads deleted the docker-expose-port branch February 6, 2026 15:41
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.

2 participants