Skip to content

Commit cb4e2b9

Browse files
authored
Add MCP registry configuration (#35)
1 parent e07612f commit cb4e2b9

4 files changed

Lines changed: 32 additions & 5 deletions

File tree

modelcontextprotocol/dxt/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"support": "https://developer.mastercard.com/support",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/mastercard/mastercard-developers-agent-toolkit"
19+
"url": "https://github.com/Mastercard/developers-agent-toolkit"
2020
},
2121
"license": "MIT",
2222
"keywords": [

modelcontextprotocol/package-lock.json

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

modelcontextprotocol/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
2-
"version": "0.1.3",
2+
"version": "0.1.4",
33
"name": "@mastercard/developers-mcp",
4+
"mcpName": "io.github.mastercard/developers-mcp",
45
"homepage": "https://github.com/mastercard/developers-agent-toolkit/tree/main/modelcontextprotocol",
56
"description": "MCP server for Mastercard Developers Platform",
67
"author": "Mastercard",
78
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/Mastercard/developers-agent-toolkit.git",
12+
"directory": "modelcontextprotocol"
13+
},
814
"bin": "dist/index.js",
915
"files": [
1016
"dist/index.js",

modelcontextprotocol/server.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.mastercard/developers-mcp",
4+
"title": "Mastercard Developers MCP",
5+
"description": "Access Mastercard Developers APIs, documentation, and API specifications through MCP.",
6+
"repository": {
7+
"url": "https://github.com/Mastercard/developers-agent-toolkit",
8+
"source": "github"
9+
},
10+
"version": "0.1.4",
11+
"packages": [
12+
{
13+
"registryType": "npm",
14+
"identifier": "@mastercard/developers-mcp",
15+
"version": "0.1.4",
16+
"transport": {
17+
"type": "stdio"
18+
}
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)