Skip to content

Commit f6fcabe

Browse files
authored
Merge pull request zerodha#3 from satyarohith/patch-1
fix: hosted version url in cluade config should be https
2 parents 0f4f638 + f3a7390 commit f6fcabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you want to use the hosted version, you can use the following config:
5050
"mcpServers": {
5151
"kite": {
5252
"command": "npx",
53-
"args": ["mcp-remote", "http://mcp.kite.trade/sse"]
53+
"args": ["mcp-remote", "https://mcp.kite.trade/sse"]
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)