From a1ec56519fb078a31afb96e68cb7714be7899f8c Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Sun, 15 Mar 2026 21:35:01 -0500 Subject: Document S2 API key rate limit in CLAUDE.md template Co-Authored-By: Claude Opus 4.6 --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/index.ts') 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 -- cgit v1.2.3