mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-08 17:12:41 +08:00
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user