Skip to content

Commit e147f96

Browse files
authored
Update README.md
1 parent efa885a commit e147f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If your client supports SSE servers, you can use the following syntax:
4343
{
4444
"mcpServers": {
4545
"digma": {
46-
"url": "https://<DIGMA_URL>/mcp/DIGMA_API_TOKEN>/sse",
46+
"url": "https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse",
4747

4848
}
4949
// ... other servers might be here ...
@@ -61,7 +61,7 @@ To use the MCP server as a command tool, use the [SuperGateway](https://github.c
6161
"-y",
6262
"supergateway",
6363
"--sse",
64-
"https://<DIGMA_URL>/mcp/DIGMA_API_TOKEN>/sse"
64+
"https://<DIGMA_API_URL>/mcp/DIGMA_API_TOKEN>/sse"
6565
]
6666
}
6767
}

0 commit comments

Comments
 (0)