@rapay/mcp-server 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +71 -70
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,70 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@rapay/mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Ra Pay MCP Server for Claude Desktop and Claude Code - AI Agent Payment Infrastructure",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"bin": {
|
|
9
|
-
"rapay-mcp-server": "dist/index.js",
|
|
10
|
-
"@rapay/mcp-server": "dist/index.js"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc",
|
|
14
|
-
"dev": "tsc --watch",
|
|
15
|
-
"start": "node dist/index.js",
|
|
16
|
-
"lint": "eslint src/",
|
|
17
|
-
"test": "vitest",
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"@types/
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"@typescript-eslint/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"dist/**/*.
|
|
66
|
-
"
|
|
67
|
-
"!dist/**/*.
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@rapay/mcp-server",
|
|
3
|
+
"version": "1.1.8",
|
|
4
|
+
"description": "Ra Pay MCP Server for Claude Desktop and Claude Code - AI Agent Payment Infrastructure",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"bin": {
|
|
9
|
+
"rapay-mcp-server": "dist/index.js",
|
|
10
|
+
"@rapay/mcp-server": "dist/index.js"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "tsc",
|
|
14
|
+
"dev": "tsc --watch",
|
|
15
|
+
"start": "node dist/index.js",
|
|
16
|
+
"lint": "eslint src/",
|
|
17
|
+
"test": "vitest",
|
|
18
|
+
"validate-versions": "node validate-versions.cjs",
|
|
19
|
+
"prepublishOnly": "npm run validate-versions && npm run build"
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"mcp",
|
|
23
|
+
"model-context-protocol",
|
|
24
|
+
"rapay",
|
|
25
|
+
"payments",
|
|
26
|
+
"stripe",
|
|
27
|
+
"ai-agents",
|
|
28
|
+
"claude",
|
|
29
|
+
"automation"
|
|
30
|
+
],
|
|
31
|
+
"author": "Ra Pay",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "https://github.com/Ra-Pay-AI/rapay"
|
|
36
|
+
},
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=18.0.0"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@rapay/cli": "^1.3.0"
|
|
42
|
+
},
|
|
43
|
+
"peerDependenciesMeta": {
|
|
44
|
+
"@rapay/cli": {
|
|
45
|
+
"optional": true
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"publishConfig": {
|
|
49
|
+
"access": "public"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
53
|
+
"cross-spawn": "^7.0.6"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@types/node": "^20.10.0",
|
|
57
|
+
"@types/cross-spawn": "^6.0.6",
|
|
58
|
+
"typescript": "^5.3.0",
|
|
59
|
+
"vitest": "^1.0.0",
|
|
60
|
+
"eslint": "^8.55.0",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^6.13.0",
|
|
62
|
+
"@typescript-eslint/parser": "^6.13.0"
|
|
63
|
+
},
|
|
64
|
+
"files": [
|
|
65
|
+
"dist/**/*.js",
|
|
66
|
+
"dist/**/*.d.ts",
|
|
67
|
+
"!dist/**/*.js.map",
|
|
68
|
+
"!dist/**/*.d.ts.map",
|
|
69
|
+
"README.md"
|
|
70
|
+
]
|
|
71
|
+
}
|