fix
This commit is contained in:
@@ -11,11 +11,12 @@ MCP_SERVER_PORT=3000
|
||||
MCP_SERVER_HOST=localhost
|
||||
|
||||
# MCP Transport Configuration
|
||||
# Options: "stdio", "http", or "both"
|
||||
# Options: "stdio", "http", "both", or "all"
|
||||
# stdio: Uses stdin/stdout for communication (for MCP clients like Claude Desktop)
|
||||
# http: Uses HTTP server with JSON-RPC 2.0 over HTTP POST (for web clients)
|
||||
# both: Runs both stdio and HTTP transports simultaneously (recommended)
|
||||
MCP_TRANSPORT=both
|
||||
# both: Runs both stdio and HTTP transports simultaneously
|
||||
# all: Runs all transports (stdio + HTTP + SSE) simultaneously (recommended)
|
||||
MCP_TRANSPORT=all
|
||||
|
||||
# Authentication Configuration - Admin
|
||||
ADMIN_USERNAME=admin@healthcare.com
|
||||
|
Reference in New Issue
Block a user