From bfed073e1ef1f295fb389f973c7cc3da5153c64d Mon Sep 17 00:00:00 2001 From: "Rocco, Marco" <7020500+ech0s7r@users.noreply.github.com> Date: Fri, 15 May 2026 18:21:24 -0400 Subject: [PATCH] Bump MCP version to 0.1.7 --- modelcontextprotocol/dxt/manifest.json | 6 +++++- modelcontextprotocol/package-lock.json | 13 ++++++------- modelcontextprotocol/package.json | 4 ++-- modelcontextprotocol/server.json | 4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/modelcontextprotocol/dxt/manifest.json b/modelcontextprotocol/dxt/manifest.json index 11d475b..902da16 100644 --- a/modelcontextprotocol/dxt/manifest.json +++ b/modelcontextprotocol/dxt/manifest.json @@ -2,7 +2,7 @@ "dxt_version": "0.1", "name": "mastercard-developers-mcp", "icon": "mastercard-icon.png", - "version": "0.1.6", + "version": "0.1.7", "display_name": "Mastercard Developers MCP", "description": "Access Mastercard Developers APIs, documentation, and specifications through MCP", "long_description": "This extension provides seamless access to Mastercard Developers APIs, comprehensive documentation, and API specifications. It enables developers to query available services, retrieve detailed API operation information, access documentation sections, and get integration guides directly.\n\n**Key Features:**\n- List all available Mastercard services\n- Access comprehensive documentation and specific sections\n- Retrieve OAuth 1.0a and Open Finance integration guides\n- Get detailed API operation information including parameters and schemas\n- Query API specifications and operation details\n\n**Use Cases:**\n- API discovery and exploration\n- Documentation lookup during development\n- Integration planning and implementation\n- Authentication and authorization guidance", @@ -62,6 +62,10 @@ "name": "oauth10a-integration-guide", "description": "Retrieves the comprehensive OAuth 1.0a integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs." }, + { + "name": "oauth20-integration-guide", + "description": "Retrieves the comprehensive OAuth 2.0 integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs." + }, { "name": "openfinance-integration-guide", "description": "Retrieves the comprehensive Open Finance integration guide including setup instructions, API usage examples, and implementation best practices." diff --git a/modelcontextprotocol/package-lock.json b/modelcontextprotocol/package-lock.json index 0e9a578..78d54ff 100644 --- a/modelcontextprotocol/package-lock.json +++ b/modelcontextprotocol/package-lock.json @@ -1,15 +1,15 @@ { "name": "@mastercard/developers-mcp", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mastercard/developers-mcp", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { - "@mastercard/developers-agent-toolkit": "0.1.5", + "@mastercard/developers-agent-toolkit": "0.1.6", "@modelcontextprotocol/sdk": "^1.27.1" }, "bin": { @@ -2067,10 +2067,9 @@ } }, "node_modules/@mastercard/developers-agent-toolkit": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@mastercard/developers-agent-toolkit/-/developers-agent-toolkit-0.1.5.tgz", - "integrity": "sha512-U5JtvX1vod5obUi/zLZvtQMsX2/PbL/uxbPRi2uZgqCg5q4oNHbY98UqDrhHFT5fUKgAFN7I7OURLCQJ8ZaKYg==", - "license": "MIT", + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@mastercard/developers-agent-toolkit/-/developers-agent-toolkit-0.1.6.tgz", + "integrity": "sha512-X88dumC0V4nePUybIghPgEcKdJ5OfJpTyyKZl9KnWV2fJujxWHB9Wh/DfzInrSewWPuzVdaXmgYyITH6FjUEKQ==", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "node-fetch": "^2.7.0", diff --git a/modelcontextprotocol/package.json b/modelcontextprotocol/package.json index e0cf396..e13184b 100644 --- a/modelcontextprotocol/package.json +++ b/modelcontextprotocol/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.6", + "version": "0.1.7", "name": "@mastercard/developers-mcp", "mcpName": "io.github.Mastercard/developers-mcp", "homepage": "https://github.com/mastercard/developers-agent-toolkit/tree/main/modelcontextprotocol", @@ -65,7 +65,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@mastercard/developers-agent-toolkit": "0.1.5", + "@mastercard/developers-agent-toolkit": "0.1.6", "@modelcontextprotocol/sdk": "^1.27.1" }, "lint-staged": { diff --git a/modelcontextprotocol/server.json b/modelcontextprotocol/server.json index f60a370..7ca9bac 100644 --- a/modelcontextprotocol/server.json +++ b/modelcontextprotocol/server.json @@ -8,12 +8,12 @@ "source": "github", "subfolder": "modelcontextprotocol" }, - "version": "0.1.6", + "version": "0.1.7", "packages": [ { "registryType": "npm", "identifier": "@mastercard/developers-mcp", - "version": "0.1.6", + "version": "0.1.7", "transport": { "type": "stdio" }