Initial commit
This commit is contained in:
23
.claude-plugin/plugin.json
Normal file
23
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "perplexity",
|
||||
"description": "Real-time web search, reasoning, and research through Perplexity's API",
|
||||
"version": "0.5.0",
|
||||
"author": {
|
||||
"name": "Perplexity AI",
|
||||
"email": "api@perplexity.ai"
|
||||
},
|
||||
"mcp": {
|
||||
"perplexity": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@perplexity-ai/mcp-server"
|
||||
],
|
||||
"env": {
|
||||
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}",
|
||||
"PERPLEXITY_TIMEOUT_MS": "${PERPLEXITY_TIMEOUT_MS:-600000}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user