From cadbc0294720023cb5c2f6e615ed4b66c803d901 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 5 Jul 2025 12:33:59 -0500 Subject: [PATCH] Remove unused goose recipe file --- recipe.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 recipe.yaml diff --git a/recipe.yaml b/recipe.yaml deleted file mode 100644 index 9529871..0000000 --- a/recipe.yaml +++ /dev/null @@ -1,32 +0,0 @@ -version: 1.0.0 -title: Nostr Client Development -description: A recipe for building Nostr client applications -instructions: Create a Nostr client application according to the user's request. -extensions: - - type: builtin - name: developer - display_name: Developer Tools - timeout: 300 - bundled: true - - type: stdio - name: nostr - cmd: npx - args: - - -y - - xjsr - - "@nostrbook/mcp" - envs: {} - timeout: 20 - description: null - bundled: null - - type: stdio - name: fetch - cmd: uvx - args: - - mcp-server-fetch - envs: {} - timeout: 20 - description: null - bundled: null -author: - contact: Alex Gleason