Skip to content

Commit ce9fbc9

Browse files
committed
feat: add basic usage note
Signed-off-by: Liam Stanley <[email protected]>
1 parent 5502ad0 commit ce9fbc9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,27 @@ This allows you to utilize the MCP server from anywhere, without installing anyt
8181

8282
## :gear: Usage
8383

84-
TODO
84+
For all examples below, replace `context7.liam.sh` with your own MCP server URL, if you're running your own instance.
85+
86+
Configured endpoints:
87+
88+
- `http://context7.liam.sh/mcp` - HTTP `streamable` endpoint.
89+
- `http://context7.liam.sh/sse` (& `/message`) - SSE endpoint (**NOTE**: SSE is considered deprecated in the MCP spec).
90+
91+
Other than swapping out the `mcpServer` block (or similar, depending on your client), usage should match that of the
92+
[official Context7 documentation](https://github.com/upstash/context7#-with-context7)
93+
94+
### VSCode, Cursor, etc
95+
96+
```json
97+
{
98+
"mcpServers": {
99+
"context7": {
100+
"url": "http://context7.liam.sh/mcp"
101+
}
102+
}
103+
}
104+
```
85105

86106
## :books: References
87107

0 commit comments

Comments
 (0)