Skip to content

release: 0.64.2#98

Merged
calclavia merged 5 commits intomainfrom
release-please--branches--main--changes--next--components--api
May 3, 2026
Merged

release: 0.64.2#98
calclavia merged 5 commits intomainfrom
release-please--branches--main--changes--next--components--api

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented May 3, 2026

Automated Release PR

0.64.2 (2026-05-03)

Full Changelog: v0.64.1...v0.64.2

Refactors

  • triggers: align with the MCP Events spec proposal (breaking) (#2201) (ae9b669)

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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 3, 2026

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/smithery-typescript/ae9b669a64fddf136e4809818a576c12f85e2ee6/dist.tar.gz'

Expires at: Tue, 02 Jun 2026 06:13:15 GMT
Updated at: Sun, 03 May 2026 06:13:15 GMT

@calclavia calclavia merged commit 10aa6c9 into main May 3, 2026
6 of 7 checks passed
@calclavia calclavia deleted the release-please--branches--main--changes--next--components--api branch May 3, 2026 06:16
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 3, 2026

calclavia added a commit to smithery-ai/cli that referenced this pull request May 3, 2026
#758)

### What's added in this PR?

Updates the `trigger` command surface to match the new MCP
Events-aligned spec
([typescript-api#98](smithery-ai/typescript-api#98),
mono `c7c5275`) and hides the (still-preview) `trigger` group from
`smithery --help`.

- Bump `@smithery/api` `0.62.0` → `0.64.2`.
- `subscribe` now requires `--url` and `--secret` (Standard Webhooks
`whsec_...`); body is `{ delivery: { url, secret }, params }` and the
response is `{ id, refreshBefore }`. Re-running with the same `(params,
--url)` refreshes the TTL.
- `unsubscribe` is keyed by `(params, --url)` — id-based unsubscribe is
gone.
- `get` returns the trigger schema only; the instance GET / `[id]` arg
is removed.
- Drops the entire `trigger subscription {list,add,remove}` subcommand
and the corresponding `ConnectSession` subscription methods (resource
removed upstream).
- `trigger` command marked `{ hidden: true }` (matches the `homepage` /
`mcp secrets` pattern) — absent from `smithery --help` but still fully
functional via `smithery trigger ...` and `smithery trigger --help`.

### What's the issues or discussion related to this PR?

The upstream Triggers API was rewritten as a hard breaking change to
align with the MCP Events proposal at minimum conformance. Triggers are
still preview, so we want to keep them working for users who depend on
the CLI surface but stop advertising them in the public help until the
API stabilizes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant