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
Browse filesBrowse the repository at this point in the historyBrowse files
Signal
committed
Define BILLING_GATEWAY_API_KEY input per maintainer feedback
Add transport.headers and metadata.inputs with full input definition
for the API key — id, label, description, secret, required, and
obtain instructions linking to the setup guide.
"description": "API key for your MCP Billing Gateway instance. Deploy your own from https://github.com/sapph1re/mcp-billing-gateway-sdk and generate a key via the /admin/keys endpoint.",
"instructions": "1. Deploy MCP Billing Gateway from https://github.com/sapph1re/mcp-billing-gateway-sdk\n2. Set your ADMIN_API_KEY environment variable\n3. POST to /admin/keys to create a client API key\n4. Paste the key here",
40
+
"button_label": "View setup guide"
41
+
}
42
+
}
43
+
]
27
44
}
28
45
},
29
46
"auth": {
30
47
"type": "api_key",
31
-
"instructions": "Requires a Billing Gateway API key. Deploy your own instance from https://github.com/sapph1re/mcp-billing-gateway-sdk, then pass your API key as the Authorization Bearer token."
48
+
"instructions": "Requires a Billing Gateway API key. Deploy your own instance from https://github.com/sapph1re/mcp-billing-gateway-sdk, then paste your API key above."
0 commit comments