Skip to content

Commit 63ad0ff

Browse files
authored
fix localhost url
fix localhost address
2 parents 85d2a64 + ab178c5 commit 63ad0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclops-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It allows you to move fast and ensure no uncaught misconfigurations are hitting
1818
kubectl port-forward svc/cyclops-mcp -n cyclops 8000:8000
1919
```
2020

21-
3. Add your Cyclops MCP server host, or in case you are testing it, the [localhost](http://localhost) address where you port-forwarded the MCP service:
21+
3. Add your Cyclops MCP server host, or in case you are testing it, the [http://localhost:8000/sse](http://localhost:8000/sse) address where you port-forwarded the MCP service:
2222

2323
```json
2424
{

0 commit comments

Comments
 (0)