mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 21:19:23 +00:00
Actually do include a Goose recipe.yaml
This commit is contained in:
parent
f5cbf3bcd1
commit
dba6f4575d
32
recipe.yaml
Normal file
32
recipe.yaml
Normal file
@ -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 <alex@alexgleason.me>
|
Loading…
x
Reference in New Issue
Block a user