Fix host and port configuration issues - closes #83, closes #84 (#85)

This commit is contained in:
Haris
2025-08-07 01:00:49 +05:00
committed by GitHub
parent a62ce1aabc
commit f0c0ecdcd7
5 changed files with 689 additions and 92 deletions

View File

@ -85,7 +85,7 @@ uvx excel-mcp-server streamable-http
When running the server with the **SSE or Streamable HTTP protocols**, you **must set the `EXCEL_FILES_PATH` environment variable on the server side**. This variable tells the server where to read and write Excel files.
- If not set, it defaults to `./excel_files`.
You can also set the `FASTMCP_PORT` environment variable to control the port the server listens on (default is `8000` if not set).
You can also set the `FASTMCP_PORT` environment variable to control the port the server listens on (default is `8017` if not set).
- Example (Windows PowerShell):
```powershell
$env:EXCEL_FILES_PATH="E:\MyExcelFiles"