feat: improve search and connect UX for agents#605
Merged
Conversation
- Change vote parameters from `isPositive: boolean` to `vote: 'up' | 'down'` - Combine review creation and voting into single API call - Bump @smithery/api to 0.38.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Both `smithery search` and `smithery skills search` now default to non-interactive YAML output with connectionUrl for servers. Interactive mode is opt-in via `-i/--interactive`. Adds `--json` for machine-readable output with connectionUrl included. Search term is now required. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Make search term optional, show most popular servers when omitted - Add --verified, --limit, --page flags to search command - Remove /mcp suffix from connectionUrl to match connect add expectations - Add mcpUrl to connect list output for discoverability - Detect duplicate connections before creating new ones - Add --force flag to connect add to bypass duplicate check - Show actionable guidance: open auth URL, run smithery login on 403 - Add listConnectionsByUrl to ConnectSession for URL-based lookups Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
arjunkmrm
pushed a commit
that referenced
this pull request
Feb 6, 2026
Automated Release PR --- ## [3.17.0](v3.16.0...v3.17.0) (2026-02-06) ### Features * improve search and connect UX for agents ([#605](#605)) ([11c8ef7](11c8ef7)) --- 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-release-bot[bot] <259537197+smithery-release-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
--verified,--limit,--pageflags, make search and skills search non-interactive by default--forceflag to bypass. Prevents agent from creating duplicate connectionsopen "<auth_url>"when auth is required,smithery loginon 403 permission errorsmcpUrlinconnect listoutput so agents can identify what each connection points to/mcpsuffix from searchconnectionUrlto matchconnect addexpectationsTest plan
smithery searchshows most popular serverssmithery search --verified --limit 3filters and paginates correctlysmithery connect add <url>detects existing connections and shows status-aware guidancesmithery connect add <url> --forcecreates a new connection regardlessRun: open "<auth_url>"smithery loginsmithery connect listincludesmcpUrlfor each connection🤖 Generated with Claude Code