Skip to content

Commit fc06158

Browse files
committed
fix: http -> https
Signed-off-by: Liam Stanley <[email protected]>
1 parent 6554e1d commit fc06158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ For all examples below, replace `context7.liam.sh` with your own MCP server URL,
8686

8787
Configured endpoints:
8888

89-
- `http://context7.liam.sh/mcp` - HTTP `streamable` endpoint.
90-
- `http://context7.liam.sh/sse` (& `/message`) - SSE endpoint (**NOTE**: SSE is considered deprecated in the MCP spec).
89+
- `https://context7.liam.sh/mcp` - HTTP `streamable` endpoint.
90+
- `https://context7.liam.sh/sse` (& `/message`) - SSE endpoint (**NOTE**: SSE is considered deprecated in the MCP spec).
9191

9292
Other than swapping out the `mcpServer` block (or similar, depending on your client), usage should match that of the
9393
[official Context7 documentation](https://github.com/upstash/context7#-with-context7)
@@ -98,7 +98,7 @@ Other than swapping out the `mcpServer` block (or similar, depending on your cli
9898
{
9999
"mcpServers": {
100100
"context7": {
101-
"url": "http://context7.liam.sh/mcp"
101+
"url": "https://context7.liam.sh/mcp"
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)