This commit is contained in:
nasir@endelospay.com
2025-07-12 01:59:18 +05:00
parent 83ae2dfb68
commit 728ff90ce5
17 changed files with 1522 additions and 596 deletions

View File

@@ -6,7 +6,7 @@ A comprehensive Model Context Protocol (MCP) server that acts as a proxy/router
- **Complete API Coverage**: 400+ endpoints from Laravel healthcare application
- **9 Authentication Types**: Admin, Agent, Patient, Practitioner, Affiliate, Partner, Network, Doctor, Provider
- **Automatic Token Management**: Sanctum token caching and refresh
- **Automatic Token Management**: Sanctum token storage and refresh
- **HIPAA Compliance**: Sensitive data masking and secure logging
- **Comprehensive Error Handling**: Healthcare-specific error responses
- **Real-time Monitoring**: Health checks and performance metrics
@@ -91,7 +91,6 @@ LARAVEL_API_RETRY_ATTEMPTS=3
LARAVEL_API_RETRY_DELAY=1000
# Token Management
TOKEN_CACHE_DURATION=3600
TOKEN_REFRESH_BUFFER=300
# Logging
@@ -289,7 +288,7 @@ The server tracks:
### Authentication Security
- **Token caching** with configurable TTL
- **Token storage** with automatic expiration
- **Automatic token refresh** before expiration
- **Credential validation** on startup
- **Rate limiting** support