Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Tue, 02 Jun 2026 06:13:15 GMT |
Contributor
Author
|
🤖 Release is at https://github.com/smithery-ai/typescript-api/releases/tag/v0.64.2 🌻 |
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>
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
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
0.64.2 (2026-05-03)
Full Changelog: v0.64.1...v0.64.2
Refactors
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