Releases: smithery-ai/cli
Releases · smithery-ai/cli
v1.0.0
1.0.0 (2026-05-01)
⚠ BREAKING CHANGES
- rename npm package to smithery (1.0.0) (#749)
- decouple build from publish, simplify auth and deploy UX (#623)
- CLI v4.0.0 — unified mcp noun, agent-friendly output, global flags [SMI-1372] (#613)
Features
- add --config-schema flag for external URL publish (SMI-1246) (#538) (68fcf07)
- add --headers option to connect add/set commands (#581) (da2856d)
- add api key prompt for remote server installation (#172) (6b1cdad)
- add comprehensive Smithery CLI skill [SMI-1367] (#562) (04ace79)
- add custom ID and metadata support to connect command (#558) (11c1484)
- add dev query param to playground link (#364) (be4180c)
- add heartbeat to WS connection (#103) (9ceaac8)
- add homepage command to manage local dashboard daemon (6aebb7a)
- add jitter to WebSocket reconnection logic and refactor WS runner (#86) (0a67eb6)
- add logout command to remove all local credentials (#574) (1d6db88)
- add OpenCode client (stdio only) (#484) (83e84bd)
- add post-install message and servers search command (#598) (874d8c2)
- add retry and timeout options to sdk and api calls (#401) (990d829)
- add roo code installation (#144) (3015dff)
- add search param and register mcp logs command (#663) (a5406fa)
- add session analytics (#180) (eea2b1c)
- add skills review and vote commands (#568) (9251cfd)
- add skills search and install commands (#550) (2b1c2db)
- add skills view command (#609) (e0d3e65)
- add smithery setup command (#616) (d78e8d0)
- add support for smithery profiles (#170) (5e3770e)
- add tests for public API patterns (#566) (e394217)
- automation: add zod schema validation and improve DX (#692) (4840995)
- beta: support openai apps (#425) (5965ff6)
- build stateless server (#362) (8792645)
- bundler options, update output format to ESM, remove npm cache from actions workflow (#388) (ccd466a)
- cache tool input/output schemas as Zod types after mcp call (b9098e5)
- check for latest server when using bundles (#407) (8a9a35f)
- CLI v4.0.0 — unified mcp noun, agent-friendly output, global flags [SMI-1372] (#613) (56e0e7b)
- decouple build from publish, simplify auth and deploy UX (#623) (36a6944)
- detect createAuthAdapter export and write to manifest [SMI-1160] (#604) (f5f6b74)
- enhance connect commands with get, pagination, error handling, and shorthand URLs (#589) (04293a7)
- improve auth token --policy UX with JSON schema and repeatable constraints (#675) (b95bd6f)
- improve postinstall message for agents (#601) (92726b5)
- improve review add UX with GitHub-style syntax (#580) (52aeb1d)
- improve run for bundled servers (#423) (9cebf18)
- improve search and connect UX for agents (#605) (11c8ef7)
- improved connections and idle timeout management (#270) [SMI-451] (fe779c3)
- migrate to ESM from commonJS (#385) (ce606bd)
- migrate to Release Please for automated releases (#549) (be724ae)
- minify by default in dev, allow configuration (#428) (610b9fe)
- optimize skill trigger description [SMI-1493] (#636) (3e55dde)
- pass config to bundle stdio process as args & fix: cleanup process on exit signal (#402) (f80e031)
- Poll mcp add auth setup flow (#743) (0af019d)
- pr and issue template (#312) (af60cc9)
- pretty console logs (#389) (58adc6e)
- prompt config for local servers in playground command (#508) (4e20fe0)
- prompt for api key when key invalid (#510) (d6087ff)
- redesign skills review and vot...