Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Dec 11, 2025

Automated Release PR

0.25.0 (2025-12-19)

Full Changelog: v0.24.0...v0.25.0

⚠ BREAKING CHANGES

  • mcp: remove deprecated tool schemes
  • mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just node /path/to/mcp/server or npx package-name will invoke code tools: changing your command to one of these is likely all you will need to do.

Bug Fixes

  • mcp: add client instantiation options to code tool (9af9932)
  • mcp: pass base url to code tool (3ad4714)

Chores

  • mcp: remove deprecated tool schemes (6d54339)
  • mcp: update lockfile (06783ad)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link

coderabbitai bot commented Dec 11, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--node branch from caee08b to 032cf6d Compare December 11, 2025 06:55
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Dec 11, 2025

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/flowglad-typescript/6d5433967c016f96cea8294cbc9bc7b34d869a6e/dist.tar.gz'

Expires at: Sun, 18 Jan 2026 08:33:00 GMT
Updated at: Fri, 19 Dec 2025 08:33:00 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--node branch from 032cf6d to 64dd468 Compare December 18, 2025 10:25
This removes all tool schemes except for "code mode" tools. Specifically, this removes "all tools" and "dynamic tools" schemes. Additionally, this removes support for resource filtering, tags, jq filtering, and compatibility controls in MCP servers, as they are no longer necessary when using code mode.

# Migration

To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.

Specifically, you must remove all flags including things like --resources, --tags, --client, --tools=dynamic, etc from your invocation command. The only supported flags are now `--port`, `--transport`, `--socket`, and `--tools=docs` (specifically for "docs"). These are also the only options available for http servers.

migration-effort: small
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--node branch from 64dd468 to fb12f77 Compare December 19, 2025 08:32
@stainless-app stainless-app bot changed the title release: 0.24.1 release: 0.25.0 Dec 19, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--node branch from fb12f77 to 0bb6aea Compare December 19, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants