You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,10 +268,10 @@ Ensure your environment variables are loaded, then run the server using `mcp run
268
268
export $(grep -v '^#' .env | xargs)
269
269
270
270
# Run the server
271
-
mcp run --transport sse nextcloud_mcp_server.app:mcp
271
+
uv run mcp run -t sse nextcloud_mcp_server/app.py:mcp
272
272
```
273
273
274
-
The server will start, typically listening on `http://localhost:8000`.
274
+
The server will start, typically listening on `http://127.0.0.1:8000`.
275
275
276
276
> NOTE: To make the server bind to a different address, use the FASTMCP_HOST environmental variable
277
277
@@ -287,13 +287,13 @@ This will start the server and expose it on port 8000 of your local machine.
287
287
288
288
## Usage
289
289
290
-
Once the server is running, you can connect to it using an MCP client like `uvx`. Add the server to your `uvx` configuration:
290
+
Once the server is running, you can connect to it using an MCP client like `MCP Inspector`. Once your MCP server is running, launch MCP Inspector as follows:
0 commit comments