@perplexity-ai/mcp-server 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Official Perplexity AI plugin providing real-time web search, reasoning, and research capabilities",
|
|
9
|
-
"version": "0.8.
|
|
9
|
+
"version": "0.8.4"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "perplexity",
|
|
14
14
|
"source": "./",
|
|
15
15
|
"description": "Real-time web search, reasoning, and research through Perplexity's API",
|
|
16
|
-
"version": "0.8.
|
|
16
|
+
"version": "0.8.4",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "Perplexity AI",
|
|
19
19
|
"email": "api@perplexity.ai"
|
package/dist/server.js
CHANGED
|
@@ -241,7 +241,7 @@ export async function performSearch(query, maxResults = 10, maxTokensPerPage = 1
|
|
|
241
241
|
export function createPerplexityServer(serviceOrigin) {
|
|
242
242
|
const server = new McpServer({
|
|
243
243
|
name: "ai.perplexity/mcp-server",
|
|
244
|
-
version: "0.8.
|
|
244
|
+
version: "0.8.4",
|
|
245
245
|
}, {
|
|
246
246
|
instructions: "Perplexity AI server for web-grounded search, research, and reasoning. " +
|
|
247
247
|
"Use perplexity_search for finding URLs, facts, and recent news. " +
|