This commit is contained in:
nasir@endelospay.com
2025-07-22 05:18:21 +05:00
parent 47e3c98b65
commit 88c212c05e
6 changed files with 779 additions and 88 deletions

7
.env
View File

@@ -10,6 +10,13 @@ MCP_SERVER_VERSION=1.0.0
MCP_SERVER_PORT=3000
MCP_SERVER_HOST=localhost
# MCP Transport Configuration
# Options: "stdio" (for Claude Desktop/MCP clients) or "http" (for web clients)
# stdio: Uses stdin/stdout for communication (default for MCP clients)
# http: Uses HTTP server with JSON-RPC 2.0 over HTTP POST
MCP_TRANSPORT=both
# Authentication Configuration - Admin
ADMIN_USERNAME=admin@healthcare.com
ADMIN_PASSWORD=your_admin_password