Skip to content

Commit e1f9c64

Browse files
speakeasybotconst-cloudinary
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.658.2
1 parent be81d0b commit e1f9c64

File tree

10 files changed

+27
-12
lines changed

10 files changed

+27
-12
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ management:
55
docVersion: 0.3.5
66
speakeasyVersion: 1.658.2
77
generationVersion: 2.755.9
8-
releaseVersion: 0.6.0
9-
configChecksum: d1c3184bd178d0dfe6e43b535621c32f
8+
releaseVersion: 0.6.1
9+
configChecksum: 452a1698311d5aebae17c26fee92606d
10+
repoURL: https://github.com/cloudinary/asset-management-mcp.git
1011
published: true
1112
features:
1213
mcp-typescript:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: true
2727
skipResponseBodyAssertions: false
2828
mcp-typescript:
29-
version: 0.6.0
29+
version: 0.6.1
3030
additionalDependencies:
3131
dependencies: {}
3232
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:a13ee0a16d6d337a4661e7ba056085e0662f5930047ae2c6991e38495e82d000
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1763474770
910
- 0.3.5
1011
CloudinaryAssetMgmt-OAS:
1112
sourceNamespace: cloudinary-asset-mgmt-oas

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
## 2025-11-18 14:05:53
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc
7+
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
8+
### Generated
9+
- [mcp-typescript v0.6.1] .

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@
155155
"type": "string"
156156
}
157157
},
158-
"version": "0.6.0"
159-
}
158+
"version": "0.6.1"
159+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@cloudinary/asset-management-mcp",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Cloudinary",
55
"type": "module",
66
"sideEffects": false,
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/cloudinary/asset-management-mcp.git"
10+
},
711
"bin": {
812
"@cloudinary/asset-management-mcp": "bin/mcp-server.js",
913
"mcp": "bin/mcp-server.js"

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
105105
export const SDK_METADATA = {
106106
language: "typescript",
107107
openapiDocVersion: "0.3.5",
108-
sdkVersion: "0.6.0",
108+
sdkVersion: "0.6.1",
109109
genVersion: "2.755.9",
110110
userAgent:
111-
"speakeasy-sdk/mcp-typescript 0.6.0 2.755.9 0.3.5 @cloudinary/asset-management-mcp",
111+
"speakeasy-sdk/mcp-typescript 0.6.1 2.755.9 0.3.5 @cloudinary/asset-management-mcp",
112112
} as const;

src/mcp-server/mcp-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919
export const app = buildApplication(routes, {
2020
name: "mcp",
2121
versionInfo: {
22-
currentVersion: "0.6.0",
22+
currentVersion: "0.6.1",
2323
},
2424
});
2525

src/mcp-server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function createMCPServer(deps: {
5151
}) {
5252
const server = new McpServer({
5353
name: "CloudinaryAssetMgmt",
54-
version: "0.6.0",
54+
version: "0.6.1",
5555
});
5656

5757
const getClient = deps.getSDK || (() =>

0 commit comments

Comments
 (0)