Files
kreese-stripe 526395e806 feat: Use pm.name from API in rendering payment methods list as PM label (#282)
* Use pm.name from API in rendering payment methods list as PM label

* Fix tests

* fmt

* Fix types
2026-08-31 15:57:45 -04:00

40 lines
1.1 KiB
JSON

{
"name": "link",
"version": "0.15.1",
"description": "Secure, one-time-use payment credentials from Link",
"author": {
"name": "Stripe",
"url": "https://link.com/agents"
},
"homepage": "https://link.com/agents",
"repository": "https://github.com/stripe/link-cli",
"license": "MIT",
"keywords": [
"payments",
"wallet",
"checkout",
"credentials",
"stripe",
"link"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Link",
"shortDescription": "Secure one-time-use payments",
"longDescription": "Authenticate with Link, create spend requests, and retrieve one-time-use card or shared payment token credentials for user-approved purchases.",
"developerName": "Stripe",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://link.com/agents",
"privacyPolicyURL": "https://link.com/privacy",
"termsOfServiceURL": "https://link.com/terms",
"defaultPrompt": [
"Use Link to create a payment credential for this purchase"
],
"screenshots": [],
"composerIcon": "./assets/link.svg",
"logo": "./assets/link.svg"
}
}