diff options
| author | haoyuren <13851610112@163.com> | 2026-03-15 21:35:01 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-15 21:35:01 -0500 |
| commit | a1ec56519fb078a31afb96e68cb7714be7899f8c (patch) | |
| tree | 4a69c570203b70060af6661f4200a85461ca5413 /src/main/index.ts | |
| parent | 66a403488f3a7bc32a02bc9933c396dc4c4e031d (diff) | |
Document S2 API key rate limit in CLAUDE.md template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/main/index.ts')
| -rw-r--r-- | src/main/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/index.ts b/src/main/index.ts index 2b7cc08..5efdae5 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -891,7 +891,7 @@ You have MCP tools to interact with Overleaf. Use them proactively. - **read_compiled_pdf**: Get the path to the compiled PDF. After calling this, use your **Read** tool on the returned path to visually inspect the PDF. Use the \`pages\` parameter (e.g. \`"1-3"\`) to read specific pages. This lets you verify formatting, figures, tables, and layout. ### Bibliography -- **search_citation**: Search academic papers by title, topic, or author. Returns matching papers with ready-to-use BibTeX entries that can be pasted directly into a \`.bib\` file. +- **search_citation**: Search academic papers by title, topic, or author. Returns matching papers with ready-to-use BibTeX entries that can be pasted directly into a \`.bib\` file. **Note:** Without a Semantic Scholar API key configured in LatteX settings, requests will likely be rate-limited (HTTP 429). With a key, the rate limit is 1 request/second. ### Workflows |
