Context7 integration (Developer Tools, AI). Imported from open-connector.
https://context7.com/api/v2/libs/search
| Param | Type | Required | Description |
|---|---|---|---|
| libraryName | string | required | The library name to search for. |
| query | string | required | The original question or task used to rank results by relevance. |
| fast | boolean | optional | Whether to skip LLM reranking and return faster vector-search results. |
/v2/context
| Param | Type | Required | Description |
|---|---|---|---|
| libraryId | string | required | The Context7 library ID, such as /vercel/next.js. |
| query | string | required | The original question or task used to rank results by relevance. |
| fast | boolean | optional | Whether to skip LLM reranking and return faster vector-search results. |