2025-04-23 08:48:37 -05:00
|
|
|
version: 1.0.0
|
|
|
|
title: Nostr Client Development
|
|
|
|
description: A recipe for building Nostr client applications
|
2025-04-23 10:45:38 -05:00
|
|
|
instructions: Create a Nostr client application according to the user's request.
|
2025-04-23 08:48:37 -05:00
|
|
|
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>
|