We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79536f6 commit a177701Copy full SHA for a177701
pkg/registry/data/registry.json
@@ -1266,7 +1266,7 @@
1266
"perplexity-ask": {
1267
"image": "mcp/perplexity-ask:latest",
1268
"description": "",
1269
- "transport": "sse",
+ "transport": "stdio",
1270
"permissions": {
1271
"read": [],
1272
"write": [],
@@ -1276,15 +1276,23 @@
1276
"allow_transport": [
1277
"tcp"
1278
],
1279
- "allow_host": [],
+ "allow_host": [
1280
+ "api.perplexity.ai"
1281
+ ],
1282
"allow_port": [
1283
443
1284
]
1285
}
1286
1287
},
1288
"tools": [],
- "env_vars": [],
1289
+ "env_vars": [
1290
+ {
1291
+ "name": "PERPLEXITY_API_KEY",
1292
+ "description": "Perplexity API key",
1293
+ "required": true
1294
+ }
1295
1296
"args": [],
1297
"metadata": {
1298
"stars": 0,
0 commit comments