Skip to content

Commit 6b2a29a

Browse files
committed
Update
1 parent 5cf714a commit 6b2a29a

45 files changed

Lines changed: 2658 additions & 1069 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

backend/.env.example

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ FHIR_SUPPORTED_VERSIONS=STU3, R4, R5
1313
# Optional: Custom port (defaults to 8445)
1414
PORT=8445
1515

16-
# MCP AI Assistant server configuration
17-
MCP_SERVER_URL=http://localhost:8081
18-
MCP_SERVER_TIMEOUT_MS=10000
19-
2016
# OpenAI API Key (required for AI assistant functionality)
2117
# Get your key from: https://platform.openai.com/api-keys
2218
OPENAI_API_KEY=sk-proj-...
19+
20+
# External MCP Servers (optional)
21+
# Connect to external Model Context Protocol servers for additional AI capabilities
22+
# Format: JSON array of {name, url, description} objects
23+
# Example: EXTERNAL_MCP_SERVERS='[{"name":"my-server","url":"http://localhost:3000","description":"My MCP Server"}]'
24+
#
25+
# 💡 For quick setup templates, see: mcp-server-templates.json

0 commit comments

Comments
 (0)