mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
526395e806
* Use pm.name from API in rendering payment methods list as PM label * Fix tests * fmt * Fix types
40 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|