Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.65.2"
".": "0.66.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 50
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/smithery/smithery-8cb7aaa4a00b64d4e0949bddca14319b32d1c07aef788b34f9c791bcc0fd1f24.yml
openapi_spec_hash: 655a0ed11a83d503bf33e18836ac4d5c
config_hash: f11b7bb2bae11f389798bfecb58745e4
configured_endpoints: 51
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/smithery/smithery-17e2ab7acd1320ecd813be917905dbcd27162f0567e09bec9285d36ebee46b75.yml
openapi_spec_hash: f13af802436dd7be0885099be40b8888
config_hash: f2aa99cbb823283fae1b61bbdb1320ee
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.66.0 (2026-05-28)

Full Changelog: [v0.65.2...v0.66.0](https://github.com/smithery-ai/typescript-api/compare/v0.65.2...v0.66.0)

### Features

* allow slug changes during server transfer ([#2508](https://github.com/smithery-ai/typescript-api/issues/2508)) ([7ddfc38](https://github.com/smithery-ai/typescript-api/commit/7ddfc38ee3f3c038a5325234c14f6d4f86aea243))
* **connect:** accept registry server shorthand ([#2514](https://github.com/smithery-ai/typescript-api/issues/2514)) ([35e4e9c](https://github.com/smithery-ai/typescript-api/commit/35e4e9c884abc6b69b96c70cc28fdb3ce196e329))
* **SMI-2031:** add server transfer endpoint ([#2490](https://github.com/smithery-ai/typescript-api/issues/2490)) ([c27c726](https://github.com/smithery-ai/typescript-api/commit/c27c7268416b23718b1dd39fea225409e5726a55))


### Bug Fixes

* **SMI-2024:** prompt toolbox install setup requirements ([#2479](https://github.com/smithery-ai/typescript-api/issues/2479)) ([dc7ca80](https://github.com/smithery-ai/typescript-api/commit/dc7ca80e2b93ec4f9621a2f603a785cc98f91527))

## 0.65.2 (2026-05-22)

Full Changelog: [v0.65.1...v0.65.2](https://github.com/smithery-ai/typescript-api/compare/v0.65.1...v0.65.2)
Expand Down
2 changes: 2 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Types:
- <code><a href="./src/resources/servers/servers.ts">ServerListResponse</a></code>
- <code><a href="./src/resources/servers/servers.ts">ServerDeleteResponse</a></code>
- <code><a href="./src/resources/servers/servers.ts">ServerGetResponse</a></code>
- <code><a href="./src/resources/servers/servers.ts">ServerTransferResponse</a></code>

Methods:

Expand All @@ -29,6 +30,7 @@ Methods:
- <code title="delete /servers/{qualifiedName}">client.servers.<a href="./src/resources/servers/servers.ts">delete</a>(qualifiedName) -> ServerDeleteResponse</code>
- <code title="get /servers/{qualifiedName}/download">client.servers.<a href="./src/resources/servers/servers.ts">download</a>(qualifiedName) -> Response</code>
- <code title="get /servers/{qualifiedName}">client.servers.<a href="./src/resources/servers/servers.ts">get</a>(qualifiedName) -> ServerGetResponse</code>
- <code title="post /servers/{qualifiedName}/transfer">client.servers.<a href="./src/resources/servers/servers.ts">transfer</a>(qualifiedName, { ...params }) -> ServerTransferResponse</code>

## Releases

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithery/api",
"version": "0.65.2",
"version": "0.66.0",
"description": "The official TypeScript library for the Smithery API",
"author": "Smithery <contact@smithery.ai>",
"types": "dist/index.d.ts",
Expand Down
Loading
Loading