Skip to content

Commit a177701

Browse files
committed
Fix perplexity server
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 79536f6 commit a177701

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pkg/registry/data/registry.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
"perplexity-ask": {
12671267
"image": "mcp/perplexity-ask:latest",
12681268
"description": "",
1269-
"transport": "sse",
1269+
"transport": "stdio",
12701270
"permissions": {
12711271
"read": [],
12721272
"write": [],
@@ -1276,15 +1276,23 @@
12761276
"allow_transport": [
12771277
"tcp"
12781278
],
1279-
"allow_host": [],
1279+
"allow_host": [
1280+
"api.perplexity.ai"
1281+
],
12801282
"allow_port": [
12811283
443
12821284
]
12831285
}
12841286
}
12851287
},
12861288
"tools": [],
1287-
"env_vars": [],
1289+
"env_vars": [
1290+
{
1291+
"name": "PERPLEXITY_API_KEY",
1292+
"description": "Perplexity API key",
1293+
"required": true
1294+
}
1295+
],
12881296
"args": [],
12891297
"metadata": {
12901298
"stars": 0,

0 commit comments

Comments
 (0)