Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion modelcontextprotocol/dxt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
Expand Down
13 changes: 6 additions & 7 deletions modelcontextprotocol/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modelcontextprotocol/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions modelcontextprotocol/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Loading