fix
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user