Skip to content

Commit 24df3ad

Browse files
authored
Bump MCP version to 0.1.7 (#55)
1 parent 046988e commit 24df3ad

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

modelcontextprotocol/dxt/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "mastercard-developers-mcp",
44
"icon": "mastercard-icon.png",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"display_name": "Mastercard Developers MCP",
77
"description": "Access Mastercard Developers APIs, documentation, and specifications through MCP",
88
"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 @@
6262
"name": "oauth10a-integration-guide",
6363
"description": "Retrieves the comprehensive OAuth 1.0a integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs."
6464
},
65+
{
66+
"name": "oauth20-integration-guide",
67+
"description": "Retrieves the comprehensive OAuth 2.0 integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs."
68+
},
6569
{
6670
"name": "openfinance-integration-guide",
6771
"description": "Retrieves the comprehensive Open Finance integration guide including setup instructions, API usage examples, and implementation best practices."

modelcontextprotocol/package-lock.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modelcontextprotocol/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.6",
2+
"version": "0.1.7",
33
"name": "@mastercard/developers-mcp",
44
"mcpName": "io.github.Mastercard/developers-mcp",
55
"homepage": "https://github.com/mastercard/developers-agent-toolkit/tree/main/modelcontextprotocol",
@@ -65,7 +65,7 @@
6565
"typescript": "^5.8.3"
6666
},
6767
"dependencies": {
68-
"@mastercard/developers-agent-toolkit": "0.1.5",
68+
"@mastercard/developers-agent-toolkit": "0.1.6",
6969
"@modelcontextprotocol/sdk": "^1.27.1"
7070
},
7171
"lint-staged": {

modelcontextprotocol/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"source": "github",
99
"subfolder": "modelcontextprotocol"
1010
},
11-
"version": "0.1.6",
11+
"version": "0.1.7",
1212
"packages": [
1313
{
1414
"registryType": "npm",
1515
"identifier": "@mastercard/developers-mcp",
16-
"version": "0.1.6",
16+
"version": "0.1.7",
1717
"transport": {
1818
"type": "stdio"
1919
}

0 commit comments

Comments
 (0)