Skip to content

Commit 4611891

Browse files
author
Chris Coutinho
committed
Update README
1 parent da59f8f commit 4611891

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ NEXTCLOUD_PASSWORD=your_nextcloud_app_password_or_login_password
255255
* `NEXTCLOUD_HOST`: The full URL of your Nextcloud instance.
256256
* `NEXTCLOUD_USERNAME`: Your Nextcloud username.
257257
* `NEXTCLOUD_PASSWORD`: **Important:** It is highly recommended to use a dedicated Nextcloud App Password for security. You can generate one in your Nextcloud Security settings. Alternatively, you can use your regular login password, but this is less secure.
258-
* `FASTMCP_HOST`: _Optional:_ By default FastMCP binds to localhost. Use this variable to set a different binding address (e.g. `0.0.0.0`)
259258
260259
## Running the Server
261260
@@ -271,9 +270,7 @@ export $(grep -v '^#' .env | xargs)
271270
mcp run --transport sse nextcloud_mcp_server.app:mcp
272271
```
273272

274-
The server will start, typically listening on `http://localhost:8000`.
275-
276-
> NOTE: To make the server bind to a different address, use the FASTMCP_HOST environmental variable
273+
The server will start, listening on `http://0.0.0.0:8000`.
277274

278275
### Using Docker
279276

0 commit comments

Comments
 (0)