diff --git a/README.md b/README.md index d4bd97d..69133d2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This method lets the IDE manage the server as a local background process. It's e ```json { "mcpServers": { - "llm-observability-mcp": { + "llm-observability-mcp-stdio": { "command": "node", "args": [ "/path/to/your/projects/llm-log-mcp-server/dist/index.js" @@ -111,8 +111,8 @@ Use this if you prefer to run the server as a standalone process. ```json { "mcpServers": { - "llm-observability-mcp": { - "url": "http://localhost:3000/mcp" + "llm-observability-mcp-sse": { + "url": "http://localhost:3000/sse" } } }