refactor(auth): remove whoami token mint/server flow#686
Merged
Conversation
Contributor
Author
Merge activity
|
Merged
calclavia
pushed a commit
that referenced
this pull request
Mar 3, 2026
Automated Release PR --- ## [4.5.0](v4.4.0...v4.5.0) (2026-03-03) ### Features * **SMI-1564:** tree-based tool browsing with required connection arg ([#684](#684)) ([7562772](7562772)) ### Bug Fixes * disable minification for shttp bundles to improve debuggability ([#685](#685)) ([64de162](64de162)) * restore whoami behavior, metadata filtering, and flat pagination ([#687](#687)) ([c9ed674](c9ed674)) * show error message when tool list gets invalid connection name ([#681](#681)) ([50ecb00](50ecb00)) ### Refactors * **auth:** remove whoami token mint/server flow ([#686](#686)) ([b8a9805](b8a9805)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: smithery-chore-bot[bot] <259537197+smithery-chore-bot[bot]@users.noreply.github.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.
Summary
auth whoami; it now reads and prints the logged-in API key from local auth stateauth whoami --serverand the localhostGET /whoamiAPI key server pathwhoamihelp text to say API key (not user)Validation
pnpm run typecheckpnpm run testpnpm run check, build, test)