Files
dvmcp/packages/dvmcp-discovery/config.example.yml

21 lines
472 B
YAML

nostr:
# Your private key (32-byte hex string)
privateKey: "your_private_key_here"
# List of relays to connect to
relayUrls:
- "wss://relay1.com"
- "wss://relay2.net"
mcp:
# Server name
name: "DVMCP Discovery"
# Server version
version: "1.0.0"
# Server description
about: "DVMCP Discovery Server for aggregating MCP tools from DVMs"
# whitelist:
# # Optional: List of allowed DVM pubkeys
# allowedDVMs:
# - "pubkey1"
# - "pubkey2"