From e36d020f6b3a33f15aafb73e7a1e597517d3542d Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 8 Sep 2025 00:31:27 +0200 Subject: [PATCH] chore: Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 550a380..43f1f24 100644 --- a/README.md +++ b/README.md @@ -268,10 +268,10 @@ Ensure your environment variables are loaded, then run the server using `mcp run export $(grep -v '^#' .env | xargs) # Run the server -mcp run --transport sse nextcloud_mcp_server.app:mcp +uv run mcp run -t sse nextcloud_mcp_server/app.py:mcp ``` -The server will start, typically listening on `http://localhost:8000`. +The server will start, typically listening on `http://127.0.0.1:8000`. > NOTE: To make the server bind to a different address, use the FASTMCP_HOST environmental variable @@ -287,13 +287,13 @@ This will start the server and expose it on port 8000 of your local machine. ## Usage -Once the server is running, you can connect to it using an MCP client like `uvx`. Add the server to your `uvx` configuration: +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: ```bash -uvx mcp add nextcloud-mcp http://localhost:8000 --default-transport sse +uv run mcp dev ``` -You can then interact with the server's tools and resources through your LLM interface connected to `uvx`. +You can then connect to and interact with the server's tools and resources through your browser. ## References: