🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@fre4x/exa

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fre4x/exa - npm Package Compare versions

Comparing version
1.1.0-beta.4
to
1.1.0-beta.6
+1
-1
package.json
{
"name": "@fre4x/exa",
"version": "1.1.0-beta.4",
"version": "1.1.0-beta.6",
"description": "An MCP server for Exa.ai (formerly Metaphor) search.",

@@ -5,0 +5,0 @@ "type": "module",

+10
-10

@@ -13,7 +13,7 @@ # arxiv — The Research Fang

|------|--------------|
| `arxiv_search_papers` | Free-text search with field prefixes (`ti:`, `au:`, `abs:`, `cat:`) and boolean operators |
| `arxiv_get_paper` | Full metadata for one or more papers by arXiv ID |
| `arxiv_search_by_author` | All papers by a specific author |
| `arxiv_search_by_category` | Papers in a subject category (e.g. `cs.AI`, `cs.LG`, `q-fin.TR`) |
| `arxiv_list_categories` | All supported arXiv subject categories |
| `search_papers` | Free-text search with field prefixes (`ti:`, `au:`, `abs:`, `cat:`) and boolean operators |
| `get_paper` | Full metadata for one or more papers by arXiv ID |
| `search_by_author` | All papers by a specific author |
| `search_by_category` | Papers in a subject category (e.g. `cs.AI`, `cs.LG`, `q-fin.TR`) |
| `list_categories` | All supported arXiv subject categories |

@@ -35,3 +35,3 @@ ## Query Syntax

### `arxiv_search_papers`
### `search_papers`

@@ -64,3 +64,3 @@ **Input**

### `arxiv_get_paper`
### `get_paper`

@@ -115,3 +115,3 @@ **Input**

### `arxiv_search_by_author`
### `search_by_author`

@@ -139,3 +139,3 @@ **Input**

### `arxiv_search_by_category`
### `search_by_category`

@@ -161,3 +161,3 @@ **Input**

### `arxiv_list_categories`
### `list_categories`

@@ -164,0 +164,0 @@ **Input**

Sorry, the diff of this file is too big to display