Minor correction to README
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 5m38s
CI - Dependency Check / validate (push) Successful in 10m6s

This commit is contained in:
2025-07-13 21:37:40 -05:00
parent bf0f16a578
commit 63cf87a6c6

View File

@@ -84,7 +84,7 @@ This method lets the IDE manage the server as a local background process. It's e
```json ```json
{ {
"mcpServers": { "mcpServers": {
"llm-observability-mcp": { "llm-observability-mcp-stdio": {
"command": "node", "command": "node",
"args": [ "args": [
"/path/to/your/projects/llm-log-mcp-server/dist/index.js" "/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 ```json
{ {
"mcpServers": { "mcpServers": {
"llm-observability-mcp": { "llm-observability-mcp-sse": {
"url": "http://localhost:3000/mcp" "url": "http://localhost:3000/sse"
} }
} }
} }