From 5faac13e97a14e5549e85e4cd76e8dbdd4d849ef Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Fri, 28 Nov 2025 23:18:16 -0500 Subject: [PATCH] feat: add start arg to launchdarkly spec Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- npx/launchdarkly-mcp-server/spec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npx/launchdarkly-mcp-server/spec.yaml b/npx/launchdarkly-mcp-server/spec.yaml index 2e2b790..adf1f76 100644 --- a/npx/launchdarkly-mcp-server/spec.yaml +++ b/npx/launchdarkly-mcp-server/spec.yaml @@ -12,6 +12,8 @@ metadata: spec: package: "@launchdarkly/mcp-server" version: "0.4.2" + args: + - "start" provenance: repository_uri: "https://github.com/launchdarkly/mcp-server"