Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate 0.1.3 (#11)
Browse files Browse the repository at this point in the history
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.498.1

* empty commit to trigger [run-tests] workflow

---------

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 20, 2025
1 parent 041c67a commit 9741915
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 32 deletions.
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 8ee5821f-25ad-41d5-94bd-080f4048f5d5
management:
docChecksum: 65a8cad189779a50db0e3beea8a6a0f1
docVersion: 0.0.0
speakeasyVersion: 1.498.0
generationVersion: 2.518.0
releaseVersion: 0.1.2
configChecksum: 816e245cd0e06e8794ed80a7f960011c
speakeasyVersion: 1.498.1
generationVersion: 2.518.1
releaseVersion: 0.1.3
configChecksum: 15e51277f78558c302ead81bd2747547
repoURL: https://github.com/speakeasy-api/bluesky-ts.git
installationURL: https://github.com/speakeasy-api/bluesky-ts
published: true
Expand All @@ -26,7 +26,7 @@ features:
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.4
groups: 2.81.2
mcpServer: 0.1.0
mcpServer: 0.1.1
methodArguments: 0.1.2
nameOverrides: 2.81.2
pagination: 2.82.8
Expand Down Expand Up @@ -1360,6 +1360,7 @@ generatedFiles:
- src/lib/sdks.ts
- src/lib/security.ts
- src/lib/url.ts
- src/mcp-server/build.mts
- src/mcp-server/cli.ts
- src/mcp-server/cli/start/command.ts
- src/mcp-server/cli/start/impl.ts
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.1.2
version: 0.1.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.498.0
speakeasyVersion: 1.498.1
sources:
OAS:
sourceNamespace: oas
sourceRevisionDigest: sha256:ae5bdc590ebbd9b331bb90d22b656c711368fe179cab7ab35f4dccddcfcf7c7e
sourceRevisionDigest: sha256:67ea8cf97879cde6198e535a51d38ab1ea027c16f04b9ecc75abdc4e9f5ddfad
sourceBlobDigest: sha256:fc611c3f426fda575a39f6881e166ba50f7760e7c81a8a7d094b851ae6f3fbb8
tags:
- latest
- speakeasy-sdk-regen-1740068330
- speakeasy-sdk-regen-1740074531
- 0.0.0
targets:
bluesky:
source: OAS
sourceNamespace: oas
sourceRevisionDigest: sha256:ae5bdc590ebbd9b331bb90d22b656c711368fe179cab7ab35f4dccddcfcf7c7e
sourceRevisionDigest: sha256:67ea8cf97879cde6198e535a51d38ab1ea027c16f04b9ecc75abdc4e9f5ddfad
sourceBlobDigest: sha256:fc611c3f426fda575a39f6881e166ba50f7760e7c81a8a7d094b851ae6f3fbb8
codeSamplesNamespace: oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:d7f60a02ed75547234fef3a627dbb7533777a102cf5efa1b6676661adf19ff90
codeSamplesRevisionDigest: sha256:bf6456e86d27ecf9abb5ed822fdee96579d24b5d625e8752d26bd56d5d4c307a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,10 @@ Add the following server definition to your `claude_desktop_config.json` file:
"mcpServers": {
"Bluesky": {
"command": "npx",
"args": [
"-y",
"--project",
"@speakeasy-sdks/bluesky",
"--",
"mcp",
"start",
"--server",
"public"
]
"args": ["-y", "--package", "@speakeasy-sdks/bluesky", "--", "mcp", "start"],
"env": {
"BLUESKY_BEARER": "..."
}
}
}
}
Expand All @@ -119,6 +113,8 @@ Add the following server definition to your `claude_desktop_config.json` file:
```sh
#!/bin/sh

export BLUESKY_BEARER="..."

exec npx -y --package @speakeasy-sdks/bluesky -- mcp start "$@"
```

Expand All @@ -134,7 +130,7 @@ Add the following server definition to your `claude_desktop_config.json` file:
| ------- | ----- |
| Name | Bluesky |
| Type | `command` |
| Command | `/path/to/mcp-bluesky.sh --server public` |
| Command | `/path/to/mcp-bluesky.sh` |

</details>

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,14 @@ Based on:
### Generated
- [typescript v0.1.2] .
### Releases
- [NPM v0.1.2] https://www.npmjs.com/package/@speakeasy-sdks/bluesky/v/0.1.2 - .
- [NPM v0.1.2] https://www.npmjs.com/package/@speakeasy-sdks/bluesky/v/0.1.2 - .

## 2025-02-20 18:01:53
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.498.1 (2.518.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.3] .
### Releases
- [NPM v0.1.3] https://www.npmjs.com/package/@speakeasy-sdks/bluesky/v/0.1.3 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@speakeasy-sdks/bluesky",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
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": "@speakeasy-sdks/bluesky",
"version": "0.1.2",
"version": "0.1.3",
"author": "Speakeasy",
"type": "module",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.0",
sdkVersion: "0.1.2",
genVersion: "2.518.0",
sdkVersion: "0.1.3",
genVersion: "2.518.1",
userAgent:
"speakeasy-sdk/typescript 0.1.2 2.518.0 0.0.0 @speakeasy-sdks/bluesky",
"speakeasy-sdk/typescript 0.1.3 2.518.1 0.0.0 @speakeasy-sdks/bluesky",
} as const;
1 change: 1 addition & 0 deletions src/mcp-server/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ await build({
sourcemap: "linked",
target: "node",
format: "esm",
minify: false,
throw: true,
banner: "#!/usr/bin/env node",
});
2 changes: 1 addition & 1 deletion src/mcp-server/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const routes = buildRouteMap({
export const app = buildApplication(routes, {
name: "mcp",
versionInfo: {
currentVersion: "0.1.2",
currentVersion: "0.1.3",
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/mcp-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function createMCPServer(deps: {
}) {
const server = new McpServer({
name: "Bluesky",
version: "0.1.2",
version: "0.1.3",
});

const client = new BlueskyCore({
Expand Down

0 comments on commit 9741915

Please sign in to comment.