This commit is contained in:
nasir@endelospay.com
2025-07-22 02:11:38 +05:00
parent 21a43edf55
commit dce9687538
3 changed files with 3 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ A comprehensive Model Context Protocol (MCP) server that acts as a proxy/router
1. **Clone or extract the server directory**:
```bash
cd laravel-healthcare-mcp-server
```
2. **Install dependencies**:
@@ -112,19 +112,12 @@ ENABLE_DETAILED_ERRORS=false
npm start
# HTTP Server (full features with MCP tools)
npm run start:http
npm run start
# HTTP Server (simple version with startup banner)
npm run start:http-simple
# Both MCP and HTTP servers simultaneously
npm run start:both
# Development mode with auto-restart
npm run dev # MCP server only
npm run dev:http # HTTP server only
npm run dev:http-simple # Simple HTTP server only
npm run dev:both # Both servers
```
### Server URLs