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