Skip to content

release: 0.1.0-alpha.17#17

Merged
stainless-app[bot] merged 5 commits intomainfrom
release-please--branches--main--changes--next--components--scan-documents
Jan 6, 2026
Merged

release: 0.1.0-alpha.17#17
stainless-app[bot] merged 5 commits intomainfrom
release-please--branches--main--changes--next--components--scan-documents

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

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

Automated Release PR

0.1.0-alpha.17 (2026-01-06)

Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17

⚠ 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: correct code tool api output types (5b24467)

Chores

  • internal: codegen related update (9126131)
  • mcp: remove deprecated tool schemes (49f084c)

Documentation

  • prominently feature MCP server setup in root SDK readmes (8e89817)

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

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
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Dec 19, 2025

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/scan-documents-typescript/5b24467a6ff8b924a4dd94a833c0e972eb8a07db/dist.tar.gz'

Expires at: Thu, 05 Feb 2026 06:05:57 GMT
Updated at: Tue, 06 Jan 2026 06:05:57 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--scan-documents branch from 396810e to cdfb0f8 Compare January 6, 2026 05:52
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--scan-documents branch from cdfb0f8 to a6a63b9 Compare January 6, 2026 06:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next--components--scan-documents branch from a6a63b9 to f9bbc3d Compare January 6, 2026 06:05
@stainless-app stainless-app bot merged commit 2207675 into main Jan 6, 2026
7 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Jan 6, 2026

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.

0 participants