Skip to content

Release v1.8.1#1

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
changeset-release/main
Open

Release v1.8.1#1
github-actions[bot] wants to merge 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@razroo/gmail-mcp@1.8.1

Patch Changes

  • 31cb523: Make the Streamable HTTP listener resilient to port conflicts. Previously, if PORT (default 3000) was already bound — typically by a zombie gmail-mcp from a prior session, or a second instance running in another project — app.listen(PORT) threw EADDRINUSE and the whole process crashed, which killed the stdio MCP transport too even though stdio doesn't need the port. Now we attach an error handler to the HTTP server: on EADDRINUSE we log a warning and continue, so stdio MCP clients (Claude Desktop, opencode, etc.) keep working. Also added a DISABLE_HTTP=true env var for consumers who only use stdio and want to skip the HTTP listener entirely.

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.

0 participants