Skip to content

Commit

Permalink
feat: add mcp-server-perplexity to package list and helpers
Browse files Browse the repository at this point in the history
Co-Authored-By: Michael Latman <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and michaellatman committed Dec 11, 2024
1 parent f32e075 commit 75756d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"license": "MIT",
"runtime": "python"
},
{
"name": "mcp-server-perplexity",
"description": "MCP Server for the Perplexity API",
"vendor": "tanigami",
"sourceUrl": "https://github.com/tanigami/mcp-server-perplexity",
"homepage": "https://github.com/tanigami/mcp-server-perplexity",
"license": "MIT",
"runtime": "python"
},
{
"name": "mcp-server-git",
"description": "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs",
Expand Down
8 changes: 8 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ export const packageHelpers: PackageHelpers = {
}
}
},
'mcp-server-perplexity': {
requiredEnvVars: {
PERPLEXITY_API_KEY: {
description: 'API key for Perplexity API access',
required: true
}
}
},
'@benborla29/mcp-server-mysql': {
requiredEnvVars: {
MYSQL_HOST: {
Expand Down

0 comments on commit 75756d0

Please sign in to comment.