Files
dvmcp/.env.example
gzuuus 1625661356 Init
2025-02-08 12:21:16 +01:00

13 lines
492 B
Plaintext

# Nostr
PRIVATE_KEY=your_private_key_here
RELAY_URLS=wss://relay.damus.io,wss://relay.nostr.band,wss://nos.lol
# MCP Service Info
MCP_SERVICE_NAME="DVM MCP Bridge"
MCP_SERVICE_ABOUT="MCP-enabled DVM providing AI and computational tools"
# MCP Client Connection
MCP_CLIENT_NAME="DVM MCP Bridge Client"
MCP_CLIENT_VERSION="1.0.0"
MCP_SERVER_COMMAND=bun # The command to start the MCP server
MCP_SERVER_ARGS=run,src/external-mcp-server.ts # Comma-separated args to pass to the server command