From dba6f4575d31617a13847071a1317b0e961670a1 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 23 Apr 2025 08:48:37 -0500 Subject: [PATCH] Actually do include a Goose recipe.yaml --- recipe.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 recipe.yaml diff --git a/recipe.yaml b/recipe.yaml new file mode 100644 index 0000000..e7311bc --- /dev/null +++ b/recipe.yaml @@ -0,0 +1,32 @@ +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 needs. +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