Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
patchoperation.md2.11 kB
# PatchOperation ## Example Usage ```typescript import { PatchOperation } from "@launchdarkly/mcp-server/models/components"; let value: PatchOperation = { op: "replace", path: "/exampleField", value: "new example value", }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | | `op` | *string* | :heavy_check_mark: | The type of operation to perform | replace | | `path` | *string* | :heavy_check_mark: | A JSON Pointer string specifying the part of the document to operate on | /exampleField | | `value` | *any* | :heavy_minus_sign: | A JSON value used in "add", "replace", and "test" operations | new example value |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server