Skip to content

Commit e36d020

Browse files
committed
chore: Update README
1 parent c132408 commit e36d020

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ Ensure your environment variables are loaded, then run the server using `mcp run
268268
export $(grep -v '^#' .env | xargs)
269269

270270
# 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
272272
```
273273

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`.
275275

276276
> NOTE: To make the server bind to a different address, use the FASTMCP_HOST environmental variable
277277
@@ -287,13 +287,13 @@ This will start the server and expose it on port 8000 of your local machine.
287287

288288
## Usage
289289

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:
291291

292292
```bash
293-
uvx mcp add nextcloud-mcp http://localhost:8000 --default-transport sse
293+
uv run mcp dev
294294
```
295295

296-
You can then interact with the server's tools and resources through your LLM interface connected to `uvx`.
296+
You can then connect to and interact with the server's tools and resources through your browser.
297297

298298
## References:
299299

0 commit comments

Comments
 (0)