π What's New
Enhanced Payment Method Support
- Subscription Payment Methods: Added
payment_method_idparameter tocreate_stripe_test_subscriptiontool, enabling you to set default payment methods when creating subscriptions - Customer Payment Methods: Improved
create_stripe_test_customerstool to automatically set bothpayment_methodandinvoice_settingswhen apayment_method_idis provided - Better integration of payment methods with Stripe's test environment for more realistic testing scenarios
SDK Updates & Modernization
- MCP SDK v1.22.0: Updated to the latest version of
@modelcontextprotocol/sdk - New MCP SDK API: Migrated to the new MCP SDK API with improved tool annotations
- Enhanced type safety and better developer experience
Infrastructure Improvements
- Automated Releases: Set up
npfor streamlined npm package releases - Test Script: Added test script to ensure release process runs smoothly
π§ Technical Details
This release includes significant improvements to payment method handling, making it easier to test subscription workflows with payment methods in Stripe's test environment. The migration to the new MCP SDK API ensures better compatibility with the latest MCP standards and improved tool metadata.
π¦ Installation
Update to the latest version:
npm install -g stripe-test-mcp@latestOr use directly with npx (no installation needed):
npx stripe-test-mcpπ Thanks
Thank you for using Stripe Testing Tools MCP Server! If you encounter any issues or have feature requests, please open an issue on GitHub.