From 8573b5989f38ed96ffa0b98453eb57e0878c0746 Mon Sep 17 00:00:00 2001 From: XV Date: Mon, 20 Jul 2026 13:29:04 -0400 Subject: [PATCH] {"schema":"decodex/commit/2","change":"Update PubFi authentication metadata","authority":"manual","impact":"compatible"} Signed-off-by: XV --- servers/ai.pubfi-mcp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servers/ai.pubfi-mcp.json b/servers/ai.pubfi-mcp.json index 4b870b0..2e0be30 100644 --- a/servers/ai.pubfi-mcp.json +++ b/servers/ai.pubfi-mcp.json @@ -30,9 +30,9 @@ { "id": "PUBFI_API_KEY", "label": "PubFi API Key", - "description": "PubFi API key used to authenticate hosted MCP tool calls.", + "description": "Optional for public initialize and tools/list requests; required to authenticate tools/call requests.", "type": "text", - "required": true, + "required": false, "secret": true, "placeholder": "PUBFI_API_KEY", "obtain": { @@ -45,8 +45,8 @@ } }, "auth": { - "type": "api_key", - "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." + "type": "optional_api_key", + "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." }, "contributor": { "name": "PubFi",