-
Notifications
You must be signed in to change notification settings - Fork 39
release: 8.0.0 #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stainless-app
wants to merge
44
commits into
master
Choose a base branch
from
release-please--branches--master--changes--next--components--nodejs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: 8.0.0 #126
stainless-app
wants to merge
44
commits into
master
from
release-please--branches--master--changes--next--components--nodejs
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
🧪 Testing To try out this version of the SDK, run: Expires at: Sat, 17 Jan 2026 21:01:49 GMT |
1e374a0 to
ca636bc
Compare
…s schemas; update resource references in main.yaml; remove dummy endpoint
ca636bc to
84e5be9
Compare
84e5be9 to
ed9965b
Compare
ed9965b to
1789203
Compare
1789203 to
680e114
Compare
680e114 to
664a831
Compare
664a831 to
9fd22fc
Compare
9fd22fc to
275af5d
Compare
275af5d to
b998dd6
Compare
b998dd6 to
cd33383
Compare
cd33383 to
7ebfbb1
Compare
7ebfbb1 to
87e99df
Compare
87e99df to
f346bb3
Compare
f17b7c5 to
5603e3e
Compare
5603e3e to
a9915ee
Compare
a9915ee to
f30390c
Compare
f30390c to
e0be673
Compare
e0be673 to
fd44274
Compare
fd44274 to
fae2473
Compare
fae2473 to
9254d00
Compare
9254d00 to
0a3e267
Compare
0a3e267 to
000f30b
Compare
000f30b to
9b874c4
Compare
9b874c4 to
b5504f0
Compare
b5504f0 to
209ff9d
Compare
209ff9d to
a7239c1
Compare
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
a7239c1 to
e405930
Compare
e405930 to
ec8cc7e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
8.0.0 (2025-12-18)
Full Changelog: v7.1.1...v8.0.0
⚠ BREAKING CHANGES
node /path/to/mcp/serverornpx package-namewill invoke code tools: changing your command to one of these is likely all you will need to do.Features
Bug Fixes
Chores
Documentation
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