From ac060e0e5fba098d5de5b3bd276e353874f8a43a Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:24:17 -0500 Subject: [PATCH 1/2] fix: remove start arg from launchdarkly It's baked into the image now Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- registry/launchdarkly/spec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/registry/launchdarkly/spec.yaml b/registry/launchdarkly/spec.yaml index ee76032..257f78f 100644 --- a/registry/launchdarkly/spec.yaml +++ b/registry/launchdarkly/spec.yaml @@ -40,8 +40,6 @@ env_vars: description: LaunchDarkly API access token with appropriate permissions (Writer or Developer role recommended) required: true secret: true -args: - - start permissions: network: outbound: From 2b7fcb83ff5d73927f48ab63a9c9ee1e36d1e4ea Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 1 Dec 2025 17:27:20 +0000 Subject: [PATCH 2/2] chore: update tool lists for MCP servers\n\nWarning added for servers:\n- filesystem\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: danbarr --- registry/filesystem/spec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry/filesystem/spec.yaml b/registry/filesystem/spec.yaml index 7ff6a65..2f949ab 100644 --- a/registry/filesystem/spec.yaml +++ b/registry/filesystem/spec.yaml @@ -4,6 +4,8 @@ # Original source: https://github.com/stacklok/toolhive # Import timestamp: 2025-08-14T07:27:00Z # --- +# WARNING: Tool list fetch failed on 2025-12-01 +# Manual verification may be required name: filesystem description: Allows you to do filesystem operations. Mount paths under /projects using --volume. tier: Community