mirror of
https://github.com/stripe/ai.git
synced 2026-09-14 18:39:59 +08:00
29f2b79419
* bootstrapping agent-plugins provider * nesting into a folder in case we start hosting more than one plugin in the future * Align Agent Plugin paths with nested layout Document the multi-plugin provider convention and keep sync automation pointed at the relocated portable package. Co-authored-by: Cursor <cursoragent@cursor.com> Committed-By-Agent: cursor * changing installation instructions --------- Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
|
|
"mcpServers": {
|
|
"stripe": {
|
|
"type": "streamable-http",
|
|
"url": "https://mcp.stripe.com"
|
|
}
|
|
}
|
|
}
|