Skip to content

Commit 8f05072

Browse files
committed
fix
1 parent b3c7737 commit 8f05072

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Academia MCP is an MCP (Model Context Protocol) server that provides tools for s
88

99
**Key Features:**
1010
- ArXiv and ACL Anthology search/download
11-
- OpenAlex comprehensive search (works, authors, institutions)
1211
- Semantic Scholar citation graphs
1312
- Hugging Face datasets search
1413
- Web search and page crawling
@@ -80,7 +79,7 @@ make publish # Builds and publishes to PyPI
8079

8180
The `create_server()` function in `academia_mcp/server.py` is the heart of the application:
8281

83-
1. **Core Tools** (always available): arxiv_search, arxiv_download, anthology_search, openalex_* (OpenAlex search), s2_* (Semantic Scholar), hf_datasets_search, visit_webpage, get_latex_templates_list, show_image, yt_transcript
82+
1. **Core Tools** (always available): arxiv_search, arxiv_download, anthology_search, s2_* (Semantic Scholar), hf_datasets_search, visit_webpage, get_latex_templates_list, show_image, yt_transcript
8483

8584
2. **Conditional Tool Registration** (based on environment variables):
8685
- `WORKSPACE_DIR` set → enables compile_latex, download_pdf_paper, read_pdf

0 commit comments

Comments
 (0)