You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servers/ai.pubfi-mcp.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@
30
30
{
31
31
"id": "PUBFI_API_KEY",
32
32
"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.",
34
34
"type": "text",
35
-
"required": true,
35
+
"required": false,
36
36
"secret": true,
37
37
"placeholder": "PUBFI_API_KEY",
38
38
"obtain": {
@@ -45,8 +45,8 @@
45
45
}
46
46
},
47
47
"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."
0 commit comments