mirror of
https://github.com/aljazceru/dvmcp.git
synced 2025-12-17 05:14:24 +01:00
21 lines
472 B
YAML
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" |