You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,9 @@ This allows you to utilize the MCP server from anywhere, without installing anyt
88
88
- Provides `resolve-library-uri` and `search-library-docs` tools for finding libraries, and searching their documentation.
89
89
- Provides multiple resources, including:
90
90
-`context7://libraries` - returns high-level information about all libraries.
91
-
-`context7://libraries/<project>`
91
+
-`context7://libraries/<project>` (**TODO**: not fully functional in upstream SDK)
92
92
-`context7://libraries/top/<n>` - returns the top `n` libraries, sorted by trust score (if available), otherwise by stars.
93
-
93
+
- Currently utilizing [mcp-go](https://github.com/mark3labs/mcp-go), however, will be replaced with the official Go MCP sdk in the future.
94
94
---
95
95
96
96
## :gear: Usage
@@ -101,8 +101,8 @@ If you'd like to run context7-http yourself, use the following:
101
101
$ context7-http \
102
102
--debug \
103
103
--bind-addr "0.0.0.0:8080" \
104
-
--base-url https://context7.liam.sh \ # only needed if using sse, http streamable doesn't need this
105
-
--trusted-proxies "x-forwarded-for,10.0.0.0/8 \ # if behind a reverse proxy
104
+
--base-url https://context7.your-domain.com \ # only needed if using sse, http streamable doesn't need this
105
+
--trusted-proxies "x-forwarded-for,10.0.0.0/8" \ # if behind a reverse proxy
106
106
--heartbeat-interval 55s # for those with spotty networks or annoying network proxies
0 commit comments