This commit is contained in:
nasir@endelospay.com
2025-07-22 22:11:18 +05:00
parent e503b3c670
commit 82d922e8bf
11 changed files with 2061 additions and 11 deletions

View File

@@ -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