Skip to content

Commit 8573b59

Browse files
committed
{"schema":"decodex/commit/2","change":"Update PubFi authentication metadata","authority":"manual","impact":"compatible"}
Signed-off-by: XV <xv@acg.box>
1 parent ccf5f2b commit 8573b59

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

servers/ai.pubfi-mcp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
{
3131
"id": "PUBFI_API_KEY",
3232
"label": "PubFi API Key",
33-
"description": "PubFi API key used to authenticate hosted MCP tool calls.",
33+
"description": "Optional for public initialize and tools/list requests; required to authenticate tools/call requests.",
3434
"type": "text",
35-
"required": true,
35+
"required": false,
3636
"secret": true,
3737
"placeholder": "PUBFI_API_KEY",
3838
"obtain": {
@@ -45,8 +45,8 @@
4545
}
4646
},
4747
"auth": {
48-
"type": "api_key",
49-
"instructions": "PubFi MCP requires a PubFi API key sent as an Authorization: Bearer header. Request API access from PubFi if your workspace is not provisioned yet."
48+
"type": "optional_api_key",
49+
"instructions": "Public initialize and tools/list requests work without a key. Calling a tool requires a PubFi API key sent as an Authorization: Bearer header."
5050
},
5151
"contributor": {
5252
"name": "PubFi",

0 commit comments

Comments
 (0)