mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
560d92238a
* feat: add Cursor plugin manifest Committed-By-Agent: claude * feat: add Cursor plugin MCP server config Committed-By-Agent: claude * feat: add Cursor plugin agent definition Committed-By-Agent: claude * feat: add Cursor plugin README Committed-By-Agent: claude * fix: cleanup and sync * fix: biome cleanup
9 lines
114 B
JSON
9 lines
114 B
JSON
{
|
|
"mcpServers": {
|
|
"link": {
|
|
"command": "npx",
|
|
"args": ["@stripe/link-cli", "--mcp"]
|
|
}
|
|
}
|
|
}
|