Skip to content

Commit 40421a3

Browse files
chore: 🐝 Update SDK - Generate 0.2.3 (#2)
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.550.0 Co-authored-by: speakeasybot <[email protected]>
1 parent 3a184ad commit 40421a3

File tree

11 files changed

+44
-34
lines changed

11 files changed

+44
-34
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ id: cc3a5766-8b39-40da-a0be-fff57173d8e1
33
management:
44
docChecksum: 9a79a89268ca29fb15df4d65a80a94bb
55
docVersion: "2.0"
6-
speakeasyVersion: 1.549.1
7-
generationVersion: 2.607.1
8-
releaseVersion: 0.2.2
9-
configChecksum: 05c9f47ff4c559452502fef8d87b6efa
6+
speakeasyVersion: 1.550.0
7+
generationVersion: 2.610.0
8+
releaseVersion: 0.2.3
9+
configChecksum: 64e4033921f7a729efefe14b4fa26a54
1010
repoURL: https://github.com/launchdarkly/mcp-server.git
1111
installationURL: https://github.com/launchdarkly/mcp-server
12+
published: true
1213
features:
1314
typescript:
1415
additionalDependencies: 0.1.0

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: false
2020
oAuth2PasswordEnabled: false
2121
typescript:
22-
version: 0.2.2
22+
version: 0.2.3
2323
additionalDependencies:
2424
dependencies: {}
2525
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.549.1
1+
speakeasyVersion: 1.550.0
22
sources:
33
LaunchDarkly REST API:
4-
sourceNamespace: launch-darkly-rest-api
5-
sourceRevisionDigest: sha256:8e38acb9d41aa6013f8af56b306a8d359ca370aaaf3ad81a068b9aaa338dc5be
4+
sourceNamespace: launchdarkly-rest-api
5+
sourceRevisionDigest: sha256:fd1a291b59ad28da8bebcb8e5c338333803cfb281d728fac0cbf8ca09b34ccc9
66
sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747934459
9+
- speakeasy-sdk-regen-1747949713
1010
- "2.0"
1111
targets:
1212
launchdarkly-mcp-server:
1313
source: LaunchDarkly REST API
14-
sourceNamespace: launch-darkly-rest-api
15-
sourceRevisionDigest: sha256:8e38acb9d41aa6013f8af56b306a8d359ca370aaaf3ad81a068b9aaa338dc5be
14+
sourceNamespace: launchdarkly-rest-api
15+
sourceRevisionDigest: sha256:fd1a291b59ad28da8bebcb8e5c338333803cfb281d728fac0cbf8ca09b34ccc9
1616
sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
17-
codeSamplesNamespace: launch-darkly-rest-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:73c139910bbef5b1f21c6e00b920b1f398d3e3f02b132c6481cae4d0abc720cd
17+
codeSamplesNamespace: launchdarkly-rest-api-typescript-code-samples
18+
codeSamplesRevisionDigest: sha256:8aa9a61ec8e26204080925326829a647f5b249656e3b060e023a9cabefc8120a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -28,14 +28,17 @@ workflow:
2828
- location: ./schemas/mcp-enable-tools.yaml
2929
- location: ./schemas/suggestions.yaml
3030
registry:
31-
location: registry.speakeasyapi.dev/launchdarkly/mcp/launch-darkly-rest-api
31+
location: registry.speakeasyapi.dev/launchdarkly/mcp/launchdarkly-rest-api
3232
targets:
3333
launchdarkly-mcp-server:
3434
target: typescript
3535
source: LaunchDarkly REST API
36+
publish:
37+
npm:
38+
token: $npm_token
3639
codeSamples:
3740
registry:
38-
location: registry.speakeasyapi.dev/launchdarkly/mcp/launch-darkly-rest-api-typescript-code-samples
41+
location: registry.speakeasyapi.dev/launchdarkly/mcp/launchdarkly-rest-api-typescript-code-samples
3942
labelOverride:
4043
fixedValue: Typescript (SDK)
4144
blocking: false

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) se
1919
<!-- Start Table of Contents [toc] -->
2020
## Table of Contents
2121
<!-- $toc-max-depth=2 -->
22-
* [@launchdarkly/mcp-server](#launchdarklymcp-server)
22+
* [LaunchDarkly's Model Context Protocol (MCP) Server](#launchdarklys-model-context-protocol-mcp-server)
2323
* [SDK Installation](#sdk-installation)
2424
* [Requirements](#requirements)
2525
* [SDK Example Usage](#sdk-example-usage)
@@ -40,34 +40,30 @@ The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) se
4040
<!-- Start SDK Installation [installation] -->
4141
## SDK Installation
4242

43-
> [!TIP]
44-
> To finish publishing your SDK to npm and others you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
45-
46-
4743
The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
4844

4945
### NPM
5046

5147
```bash
52-
npm add https://github.com/launchdarkly/mcp-server
48+
npm add @launchdarkly/mcp-server
5349
```
5450

5551
### PNPM
5652

5753
```bash
58-
pnpm add https://github.com/launchdarkly/mcp-server
54+
pnpm add @launchdarkly/mcp-server
5955
```
6056

6157
### Bun
6258

6359
```bash
64-
bun add https://github.com/launchdarkly/mcp-server
60+
bun add @launchdarkly/mcp-server
6561
```
6662

6763
### Yarn
6864

6965
```bash
70-
yarn add https://github.com/launchdarkly/mcp-server zod
66+
yarn add @launchdarkly/mcp-server zod
7167

7268
# Note that Yarn does not install peer dependencies automatically. You will need
7369
# to install zod as shown above.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ Based on:
1414
- OpenAPI Doc
1515
- Speakeasy CLI 1.549.1 (2.607.1) https://github.com/speakeasy-api/speakeasy
1616
### Generated
17-
- [typescript v0.2.2] .
17+
- [typescript v0.2.2] .
18+
19+
## 2025-05-22 21:34:56
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.550.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [typescript v0.2.3] .
26+
### Releases
27+
- [NPM v0.2.3] https://www.npmjs.com/package/@launchdarkly/mcp-server/v/0.2.3 - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@launchdarkly/mcp-server",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/mcp-server",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "LaunchDarkly",
55
"type": "module",
66
"bin": {

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6565
export const SDK_METADATA = {
6666
language: "typescript",
6767
openapiDocVersion: "2.0",
68-
sdkVersion: "0.2.2",
69-
genVersion: "2.607.1",
68+
sdkVersion: "0.2.3",
69+
genVersion: "2.610.0",
7070
userAgent:
71-
"speakeasy-sdk/typescript 0.2.2 2.607.1 2.0 @launchdarkly/mcp-server",
71+
"speakeasy-sdk/typescript 0.2.3 2.610.0 2.0 @launchdarkly/mcp-server",
7272
} 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.2.2",
22+
currentVersion: "0.2.3",
2323
},
2424
});
2525

0 commit comments

Comments
 (0)