mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
eb2115d658
* migrate commander -> incur enabling mcp server * save * use incur skill handling and clarify to use mcp if running * add changeset * fix type error * fix fmt * fix tests * fmt
9 lines
111 B
JSON
9 lines
111 B
JSON
{
|
|
"mcpServers": {
|
|
"link-cli": {
|
|
"command": "pnpx",
|
|
"args": ["link-cli", "--mcp"]
|
|
}
|
|
}
|
|
}
|