File tree Expand file tree Collapse file tree 11 files changed +28
-25
lines changed
Expand file tree Collapse file tree 11 files changed +28
-25
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: "2.0"
66 speakeasyVersion: 1.550.0
77 generationVersion: 2.610.0
8- releaseVersion: 0.2.3
9- configChecksum: 64e4033921f7a729efefe14b4fa26a54
8+ releaseVersion: 0.2.4
9+ configChecksum: 2555cb3e7826b5789879c39e3eb2cb4f
1010 repoURL: https://github.com/launchdarkly/mcp-server.git
1111 installationURL: https://github.com/launchdarkly/mcp-server
1212 published: true
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ generation:
1919 oAuth2ClientCredentialsEnabled : false
2020 oAuth2PasswordEnabled : false
2121typescript :
22- version : 0.2.3
22+ version : 0.2.4
2323 additionalDependencies :
2424 dependencies : {}
2525 devDependencies : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.550.0
22sources:
33 LaunchDarkly REST API:
44 sourceNamespace: launchdarkly-rest-api
5- sourceRevisionDigest: sha256:fd1a291b59ad28da8bebcb8e5c338333803cfb281d728fac0cbf8ca09b34ccc9
5+ sourceRevisionDigest: sha256:2a61012e7087f5ec2d50879adc8bc3f25ade05846060dd299ec555de944d7694
66 sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1747949713
9+ - speakeasy-sdk-regen-1747955279
1010 - "2.0"
1111targets:
1212 launchdarkly-mcp-server:
1313 source: LaunchDarkly REST API
1414 sourceNamespace: launchdarkly-rest-api
15- sourceRevisionDigest: sha256:fd1a291b59ad28da8bebcb8e5c338333803cfb281d728fac0cbf8ca09b34ccc9
15+ sourceRevisionDigest: sha256:2a61012e7087f5ec2d50879adc8bc3f25ade05846060dd299ec555de944d7694
1616 sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
1717 codeSamplesNamespace: launchdarkly-rest-api-typescript-code-samples
18- codeSamplesRevisionDigest: sha256:8aa9a61ec8e26204080925326829a647f5b249656e3b060e023a9cabefc8120a
18+ codeSamplesRevisionDigest: sha256:e2fe06895f3e2d4e9e92cf37aa52126184329689165b6ef2473b8e5741a28b4a
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) se
1515## Table of Contents
1616<!-- $toc-max-depth=2 -->
1717* [ LaunchDarkly's Model Context Protocol (MCP) Server] ( #launchdarklys-model-context-protocol-mcp-server )
18- * [ SDK Installation] ( #sdk- installation )
18+ * [ Installation] ( #installation )
1919 * [ Requirements] ( #requirements )
20- * [ SDK Example Usage] ( #sdk-example-usage )
21- * [ Authentication] ( #authentication )
2220 * [ Available Resources and Operations] ( #available-resources-and-operations )
23- * [ Standalone functions] ( #standalone-functions )
24- * [ Retries] ( #retries )
25- * [ Error Handling] ( #error-handling )
26- * [ Server Selection] ( #server-selection )
27- * [ Custom HTTP Client] ( #custom-http-client )
28- * [ Debugging] ( #debugging )
21+ * [ Available environments] ( #available-environments )
2922* [ Development] ( #development )
3023 * [ Maturity] ( #maturity )
3124 * [ Contributions] ( #contributions )
Original file line number Diff line number Diff line change @@ -24,4 +24,14 @@ Based on:
2424### Generated
2525- [ typescript v0.2.3] .
2626### Releases
27- - [ NPM v0.2.3] https://www.npmjs.com/package/@launchdarkly/mcp-server/v/0.2.3 - .
27+ - [ NPM v0.2.3] https://www.npmjs.com/package/@launchdarkly/mcp-server/v/0.2.3 - .
28+
29+ ## 2025-05-22 23:07:43
30+ ### Changes
31+ Based on:
32+ - OpenAPI Doc
33+ - Speakeasy CLI 1.550.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
34+ ### Generated
35+ - [ typescript v0.2.4] .
36+ ### Releases
37+ - [ NPM v0.2.4] https://www.npmjs.com/package/@launchdarkly/mcp-server/v/0.2.4 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @launchdarkly/mcp-server" ,
5- "version" : " 0.2.3 " ,
5+ "version" : " 0.2.4 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/mcp-server" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "author" : " LaunchDarkly" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6565export const SDK_METADATA = {
6666 language : "typescript" ,
6767 openapiDocVersion : "2.0" ,
68- sdkVersion : "0.2.3 " ,
68+ sdkVersion : "0.2.4 " ,
6969 genVersion : "2.610.0" ,
7070 userAgent :
71- "speakeasy-sdk/typescript 0.2.3 2.610.0 2.0 @launchdarkly/mcp-server" ,
71+ "speakeasy-sdk/typescript 0.2.4 2.610.0 2.0 @launchdarkly/mcp-server" ,
7272} as const ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const routes = buildRouteMap({
1919export const app = buildApplication ( routes , {
2020 name : "mcp" ,
2121 versionInfo : {
22- currentVersion : "0.2.3 " ,
22+ currentVersion : "0.2.4 " ,
2323 } ,
2424} ) ;
2525
You can’t perform that action at this time.
0 commit comments