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
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: cc3a5766-8b39-40da-a0be-fff57173d8e1
management:
docChecksum: 9a79a89268ca29fb15df4d65a80a94bb
docChecksum: 4b277094ae39c703aed0c796d12ca53b
docVersion: "2.0"
speakeasyVersion: 1.552.0
generationVersion: 2.610.0
releaseVersion: 0.2.7
configChecksum: 50fa0a3247532e965fd4cecaabf027d0
speakeasyVersion: 1.555.0
generationVersion: 2.618.0
releaseVersion: 0.3.1
configChecksum: 12da62b5a1fc78db9be5edece4b3242e
repoURL: https://github.com/launchdarkly/mcp-server.git
installationURL: https://github.com/launchdarkly/mcp-server
published: true
features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.11
core: 3.21.9
core: 3.21.10
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
devContainers: 2.90.0
Expand All @@ -29,7 +29,7 @@ features:
nameOverrides: 2.81.2
responseFormat: 0.2.3
retries: 2.83.0
sdkHooks: 0.2.0
sdkHooks: 0.3.0
unions: 2.85.8
generatedFiles:
- .devcontainer/README.md
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generation:
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
Expand All @@ -19,7 +20,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.2.7
version: 0.3.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 6 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.552.0
speakeasyVersion: 1.555.0
sources:
LaunchDarkly REST API:
sourceNamespace: launchdarkly-rest-api
sourceRevisionDigest: sha256:049e945dfcac6041f8b98da6415afde42173754a60dc8108dfa1a766e51054f7
sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
sourceRevisionDigest: sha256:030c63ce6ce08a429368e5f07f4165a41a0c3e4061f4b25a48a22d85aad5f9fd
sourceBlobDigest: sha256:711d86389bbe8ab1c41572b67f44e5bb3c37c8057f02f42bc7f22ea70ba0ce29
tags:
- latest
- speakeasy-sdk-regen-1748461102
- "2.0"
targets:
launchdarkly-mcp-server:
source: LaunchDarkly REST API
sourceNamespace: launchdarkly-rest-api
sourceRevisionDigest: sha256:049e945dfcac6041f8b98da6415afde42173754a60dc8108dfa1a766e51054f7
sourceBlobDigest: sha256:4469027627d647200a0f45a7aaa0819385301da942482381f6ea27eb28c63b5e
sourceRevisionDigest: sha256:030c63ce6ce08a429368e5f07f4165a41a0c3e4061f4b25a48a22d85aad5f9fd
sourceBlobDigest: sha256:711d86389bbe8ab1c41572b67f44e5bb3c37c8057f02f42bc7f22ea70ba0ce29
codeSamplesNamespace: launchdarkly-rest-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:60f7e2edcdd416ad5227a2bb6c8d41fcd8c2f0c5c00488b5120354b56c3298ba
codeSamplesRevisionDigest: sha256:3d1e1645d133670bce8d835f196f728ee72c77f05a96455c954b27bb208588e5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -24,7 +23,6 @@ workflow:
inputs:
- location: ./schemas/openapi.json
overlays:
- location: ./schemas/mcp-disable-tools.yaml
- location: ./schemas/mcp-enable-tools.yaml
- location: ./schemas/suggestions.yaml
registry:
Expand Down
1 change: 0 additions & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sources:
inputs:
- location: ./schemas/openapi.json
overlays:
- location: ./schemas/mcp-disable-tools.yaml
- location: ./schemas/mcp-enable-tools.yaml
- location: ./schemas/suggestions.yaml
registry:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) se
* [Installation](#installation)
* [Requirements](#requirements)
* [Available Resources and Operations](#available-resources-and-operations)
* [Available environments](#available-environments)
* [Available Environments](#available-environments)
* [Contributions](#contributions)
* [About LaunchDarkly](#about-launchdarkly)

Expand Down
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": "@launchdarkly/mcp-server",
"version": "0.2.7",
"version": "0.3.1",
"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": "@launchdarkly/mcp-server",
"version": "0.2.7",
"version": "0.3.1",
"author": "LaunchDarkly",
"keywords": [
"feature-flags",
Expand Down
Loading