From e9c08f372cae0ee0de68371be6ad66b468ff0832 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 19 Apr 2025 15:18:46 -0500 Subject: [PATCH] Recipe file turned out to be useless --- recipe.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 recipe.yaml diff --git a/recipe.yaml b/recipe.yaml deleted file mode 100644 index dc407fc..0000000 --- a/recipe.yaml +++ /dev/null @@ -1,34 +0,0 @@ -version: 1.0.0 -title: Create Nostr App -description: Create a Nostr application with the mkstack template. -instructions: This project is a blank template. Your job is to craft it into a Nostr app according to the user's vision. -extensions: -- type: builtin - name: developer - display_name: Developer Tools - timeout: 300 - bundled: true -- type: stdio - name: fetch - cmd: uvx - args: - - mcp-server-fetch - envs: {} - timeout: 10 - description: null - bundled: null -- type: stdio - name: nostr - cmd: deno - args: - - run - - -A - - jsr:@nostrbook/mcp - envs: {} - timeout: 10 - description: null - bundled: null -activities: -- Customize Tailwind theme -author: - contact: alex