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
"description": "PubFi API key used to authenticate hosted MCP tool calls.",
34
+
"type": "text",
35
+
"required": true,
36
+
"secret": true,
37
+
"placeholder": "PUBFI_API_KEY",
38
+
"obtain": {
39
+
"url": "https://pubfi.ai/#plans",
40
+
"instructions": "1. Open the PubFi plans or contact section\n2. Request API access for your workspace\n3. Copy the PubFi API key after access is provisioned",
41
+
"button_label": "Request Access"
42
+
}
43
+
}
44
+
]
45
+
}
46
+
},
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."
0 commit comments