Skip to content

Commit 2112eff

Browse files
readme
1 parent f1c520b commit 2112eff

1 file changed

Lines changed: 5 additions & 23 deletions

File tree

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ An intelligent research assistant powered by Perplexity's specialized AI models.
44

55
## Tools
66

7+
**Quick Note: The Deep Research tool is going to timeout with some tools like cline, but not with others like cursor due to implementation differences, but the reason tool makes up for it.**
8+
79
### 1. Search (Sonar Pro)
810
Quick search for simple queries and basic information lookup. Best for straightforward questions that need concise, direct answers.
911

@@ -79,6 +81,7 @@ You can override the automatic selection using `force_model: true` in any tool's
7981
1. **Prerequisites**
8082
- Node.js (from [nodejs.org](https://nodejs.org))
8183
- Perplexity API key (from [perplexity.ai/settings/api](https://www.perplexity.ai/settings/api))
84+
- clone the repo somewhere
8285

8386
2. **Configure MCP Settings**
8487

@@ -100,16 +103,9 @@ Add to your MCP settings file (location varies by platform):
100103
}
101104
```
102105

103-
Settings file locations:
104-
- Cursor:
105-
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
106-
- Windows: `%APPDATA%\Cursor\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json`
107-
- Linux: `~/.config/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
108-
- Claude Desktop:
109-
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
110-
- Windows: `%APPDATA%/Claude/claude_desktop_config.json`
111106

112-
Or use NPX to not have to install it locally:
107+
Or use NPX to not have to install it locally (recommended for macos):
108+
113109
```json
114110
{
115111
"mcpServers": {
@@ -126,18 +122,4 @@ Or use NPX to not have to install it locally:
126122
}
127123
}
128124
```
129-
## Local Development
130-
131-
1. Clone the repository
132-
2. Install dependencies: `npm install`
133-
3. Build: `npm run build`
134-
4. Start: `npm start`
135-
5. put in the api key
136-
137-
or
138-
1. use the npx command and put in the api key
139-
140-
## Testing
141125

142-
- Type checking: `npm test`
143-
- Manual testing: `npm run inspector`

0 commit comments

Comments
 (0)