@@ -23,6 +23,7 @@ Retrieves a specific AI Config's targeting by its key
23
23
24
24
### Example Usage
25
25
26
+ <!-- UsageSnippet language="typescript" operationID="getAIConfigTargeting" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting" -->
26
27
``` typescript
27
28
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
28
29
@@ -659,6 +660,7 @@ Here's an example:
659
660
660
661
### Example Usage
661
662
663
+ <!-- UsageSnippet language="typescript" operationID="patchAIConfigTargeting" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting" -->
662
664
``` typescript
663
665
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
664
666
@@ -761,6 +763,7 @@ Get a list of all AI Configs in the given project.
761
763
762
764
### Example Usage
763
765
766
+ <!-- UsageSnippet language="typescript" operationID="getAIConfigs" method="get" path="/api/v2/projects/{projectKey}/ai-configs" -->
764
767
``` typescript
765
768
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
766
769
@@ -837,6 +840,7 @@ Create a new AI Config within the given project.
837
840
838
841
### Example Usage
839
842
843
+ <!-- UsageSnippet language="typescript" operationID="postAIConfig" method="post" path="/api/v2/projects/{projectKey}/ai-configs" -->
840
844
``` typescript
841
845
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
842
846
@@ -933,6 +937,7 @@ Delete an existing AI Config.
933
937
934
938
### Example Usage
935
939
940
+ <!-- UsageSnippet language="typescript" operationID="deleteAIConfig" method="delete" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
936
941
``` typescript
937
942
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
938
943
@@ -1011,6 +1016,7 @@ Retrieve a specific AI Config by its key.
1011
1016
1012
1017
### Example Usage
1013
1018
1019
+ <!-- UsageSnippet language="typescript" operationID="getAIConfig" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
1014
1020
``` typescript
1015
1021
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1016
1022
@@ -1100,6 +1106,7 @@ Here's an example:
1100
1106
1101
1107
### Example Usage
1102
1108
1109
+ <!-- UsageSnippet language="typescript" operationID="patchAIConfig" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
1103
1110
``` typescript
1104
1111
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1105
1112
@@ -1210,6 +1217,7 @@ The <code>model</code> in the request body requires a <code>modelName</code> and
1210
1217
1211
1218
### Example Usage
1212
1219
1220
+ <!-- UsageSnippet language="typescript" operationID="postAIConfigVariation" method="post" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations" -->
1213
1221
``` typescript
1214
1222
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1215
1223
@@ -1326,6 +1334,7 @@ Delete a specific variation of an AI Config by config key and variation key.
1326
1334
1327
1335
### Example Usage
1328
1336
1337
+ <!-- UsageSnippet language="typescript" operationID="deleteAIConfigVariation" method="delete" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
1329
1338
``` typescript
1330
1339
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1331
1340
@@ -1406,6 +1415,7 @@ Get an AI Config variation by key. The response includes all variation versions
1406
1415
1407
1416
### Example Usage
1408
1417
1418
+ <!-- UsageSnippet language="typescript" operationID="getAIConfigVariation" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
1409
1419
``` typescript
1410
1420
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1411
1421
@@ -1501,6 +1511,7 @@ Here's an example:
1501
1511
1502
1512
### Example Usage
1503
1513
1514
+ <!-- UsageSnippet language="typescript" operationID="patchAIConfigVariation" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
1504
1515
``` typescript
1505
1516
import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
1506
1517
0 commit comments