Skip to content

Commit

Permalink
Merge pull request #17 from stripe/0.3.0
Browse files Browse the repository at this point in the history
typescript: bump to 0.3.0 for mcp
  • Loading branch information
stevekaliski-stripe authored Feb 10, 2025
2 parents 9e3be42 + 73ebdc4 commit 443595a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stripe/agent-toolkit",
"version": "0.2.2",
"version": "0.3.0",
"homepage": "https://github.com/stripe/agent-toolkit",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/modelcontextprotocol/toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class StripeAgentToolkit extends McpServer {
}) {
super({
name: 'Stripe',
version: '0.2.2',
version: '0.3.0',
});

this._stripe = new StripeAPI(secretKey, configuration.context);
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/shared/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StripeAPI {
const stripeClient = new Stripe(secretKey, {
appInfo: {
name: 'stripe-agent-toolkit-typescript',
version: '0.2.2',
version: '0.3.0',
url: 'https://github.com/stripe/agent-toolkit',
},
});
Expand Down

0 comments on commit 443595a

Please sign in to comment.