Skip to content

Commit 7f24060

Browse files
committed
chore: update package.json
1 parent 6ca3260 commit 7f24060

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "perplexity-mcp-server",
3-
"version": "1.0.1",
4-
"description": "An MCP server providing tools to interact with the Perplexity AI API, built using the mcp-ts-template.",
3+
"version": "1.0.0",
4+
"description": "A Perplexity API Model Context Protocol (MCP) server that unlocks Perplexity's search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter. Built with type safety, modular architecture, and production-ready utilities.",
55
"main": "dist/index.js",
66
"files": [
77
"dist"
@@ -34,10 +34,23 @@
3434
"MCP",
3535
"model-context-protocol",
3636
"perplexity",
37+
"perplexity-ai",
38+
"mcp-server",
3739
"AI",
3840
"LLM",
3941
"AI-integration",
40-
"server"
42+
"server",
43+
"search-augmented-generation",
44+
"SAG",
45+
"rate-limiting",
46+
"error-handling",
47+
"structured-logging",
48+
"input-sanitization",
49+
"type-safety",
50+
"cost-tracking",
51+
"API-client",
52+
"reasoning",
53+
"web-search"
4154
],
4255
"author": "Casey Hand @cyanheads",
4356
"license": "Apache-2.0"

0 commit comments

Comments
 (0)