@salesforce/mcp 0.21.1 → 0.21.3
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/package.json +24 -73
- package/messages/index.md +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/mcp",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.3",
|
|
4
4
|
"description": "MCP Server for interacting with Salesforce instances",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sf-mcp-server": "bin/run.js"
|
|
@@ -11,17 +11,11 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "wireit",
|
|
13
13
|
"build:watch": "yarn build --watch",
|
|
14
|
-
"clean": "
|
|
15
|
-
"clean-all": "sf-clean all",
|
|
16
|
-
"compile": "wireit",
|
|
17
|
-
"docs": "sf-docs",
|
|
14
|
+
"clean": "tsc --build --clean",
|
|
18
15
|
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
19
16
|
"format": "wireit",
|
|
20
17
|
"link-check": "wireit",
|
|
21
18
|
"lint": "wireit",
|
|
22
|
-
"lint-fix": "yarn sf-lint --fix",
|
|
23
|
-
"package": "yarn pack",
|
|
24
|
-
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
25
19
|
"start": "yarn build && npm link && mcp-inspector sf-mcp-server",
|
|
26
20
|
"test": "wireit",
|
|
27
21
|
"test:only": "wireit"
|
|
@@ -47,12 +41,12 @@
|
|
|
47
41
|
"@salesforce/core": "^8.23.1",
|
|
48
42
|
"@salesforce/kit": "^3.1.6",
|
|
49
43
|
"@salesforce/mcp-provider-api": "0.4.0",
|
|
50
|
-
"@salesforce/mcp-provider-dx-core": "0.3.
|
|
44
|
+
"@salesforce/mcp-provider-dx-core": "0.3.4",
|
|
51
45
|
"@salesforce/mcp-provider-code-analyzer": "0.2.0",
|
|
52
|
-
"@salesforce/mcp-provider-lwc-experts": "0.5.
|
|
53
|
-
"@salesforce/mcp-provider-aura-experts": "0.3.
|
|
46
|
+
"@salesforce/mcp-provider-lwc-experts": "0.5.2",
|
|
47
|
+
"@salesforce/mcp-provider-aura-experts": "0.3.2",
|
|
54
48
|
"@salesforce/mcp-provider-mobile-web": "0.1.1",
|
|
55
|
-
"@salesforce/mcp-provider-devops": "0.1.
|
|
49
|
+
"@salesforce/mcp-provider-devops": "0.1.2",
|
|
56
50
|
"@salesforce/source-deploy-retrieve": "^12.22.0",
|
|
57
51
|
"@salesforce/source-tracking": "^7.4.8",
|
|
58
52
|
"@salesforce/telemetry": "^6.1.0",
|
|
@@ -60,15 +54,24 @@
|
|
|
60
54
|
"zod": "^3.25.76"
|
|
61
55
|
},
|
|
62
56
|
"devDependencies": {
|
|
63
|
-
"@modelcontextprotocol/inspector": "^0.15.0",
|
|
64
57
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
65
|
-
"@salesforce/dev-
|
|
58
|
+
"@salesforce/dev-config": "^4.3.2",
|
|
59
|
+
"prettier": "^2.8.8",
|
|
66
60
|
"@types/node": "^22.16.5",
|
|
61
|
+
"wireit": "^0.14.12",
|
|
62
|
+
"eslint": "^8.57.1",
|
|
63
|
+
"mocha": "11.7.2",
|
|
64
|
+
"chai": "^4.3.10",
|
|
65
|
+
"@types/mocha": "^10.0.10",
|
|
66
|
+
"@types/chai": "^4.3.14",
|
|
67
|
+
"@types/sinon": "^10.0.20",
|
|
68
|
+
"sinon": "10.0.0",
|
|
69
|
+
"nyc": "^17.0.0",
|
|
67
70
|
"eslint-config-salesforce-license": "^1.0.1",
|
|
68
|
-
"eslint-
|
|
71
|
+
"eslint-config-salesforce-typescript": "4.0.1",
|
|
72
|
+
"@salesforce/prettier-config": "^0.0.3",
|
|
69
73
|
"oclif": "^4.21.0",
|
|
70
74
|
"ts-node": "^10.9.2",
|
|
71
|
-
"ts-patch": "^3.3.0",
|
|
72
75
|
"typescript": "^5.8.3"
|
|
73
76
|
},
|
|
74
77
|
"publishConfig": {
|
|
@@ -84,17 +87,10 @@
|
|
|
84
87
|
},
|
|
85
88
|
"wireit": {
|
|
86
89
|
"build": {
|
|
87
|
-
"
|
|
88
|
-
"compile",
|
|
89
|
-
"lint"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"compile": {
|
|
93
|
-
"command": "tsc -p . --pretty --incremental",
|
|
90
|
+
"command": "tsc --build --pretty --incremental --verbose",
|
|
94
91
|
"files": [
|
|
95
92
|
"src/**/*.ts",
|
|
96
|
-
"**/tsconfig.json"
|
|
97
|
-
"messages/**"
|
|
93
|
+
"**/tsconfig.json"
|
|
98
94
|
],
|
|
99
95
|
"output": [
|
|
100
96
|
"lib/**",
|
|
@@ -103,12 +99,10 @@
|
|
|
103
99
|
"clean": "if-file-deleted"
|
|
104
100
|
},
|
|
105
101
|
"format": {
|
|
106
|
-
"command": "prettier --write \"+(src|test
|
|
102
|
+
"command": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
107
103
|
"files": [
|
|
108
104
|
"src/**/*.ts",
|
|
109
105
|
"test/**/*.ts",
|
|
110
|
-
"schemas/**/*.json",
|
|
111
|
-
"command-snapshot.json",
|
|
112
106
|
".prettier*"
|
|
113
107
|
],
|
|
114
108
|
"output": []
|
|
@@ -118,7 +112,6 @@
|
|
|
118
112
|
"files": [
|
|
119
113
|
"src/**/*.ts",
|
|
120
114
|
"test/**/*.ts",
|
|
121
|
-
"messages/**",
|
|
122
115
|
"**/.eslint*",
|
|
123
116
|
"**/tsconfig.json"
|
|
124
117
|
],
|
|
@@ -133,13 +126,6 @@
|
|
|
133
126
|
"output": []
|
|
134
127
|
},
|
|
135
128
|
"test": {
|
|
136
|
-
"dependencies": [
|
|
137
|
-
"test:only",
|
|
138
|
-
"test:compile",
|
|
139
|
-
"link-check"
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
"test:only": {
|
|
143
129
|
"command": "nyc mocha \"test/**/*.test.ts\"",
|
|
144
130
|
"env": {
|
|
145
131
|
"FORCE_COLOR": "2"
|
|
@@ -149,46 +135,11 @@
|
|
|
149
135
|
"src/**/*.ts",
|
|
150
136
|
"**/tsconfig.json",
|
|
151
137
|
".mocha*",
|
|
152
|
-
"!*.nut.ts",
|
|
153
138
|
".nycrc"
|
|
154
139
|
],
|
|
155
|
-
"output": []
|
|
156
|
-
},
|
|
157
|
-
"link-check": {
|
|
158
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
159
|
-
"files": [
|
|
160
|
-
"./*.md",
|
|
161
|
-
"./!(CHANGELOG).md",
|
|
162
|
-
"messages/**/*.md"
|
|
163
|
-
],
|
|
164
|
-
"output": []
|
|
165
|
-
},
|
|
166
|
-
"test:command-reference": {
|
|
167
|
-
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
|
|
168
|
-
"files": [
|
|
169
|
-
"src/**/*.ts",
|
|
170
|
-
"messages/**",
|
|
171
|
-
"package.json"
|
|
172
|
-
],
|
|
173
|
-
"output": [
|
|
174
|
-
"tmp/root"
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
"test:deprecation-policy": {
|
|
178
|
-
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
|
|
179
|
-
"files": [
|
|
180
|
-
"src/**/*.ts"
|
|
181
|
-
],
|
|
182
|
-
"output": [],
|
|
183
140
|
"dependencies": [
|
|
184
|
-
"compile"
|
|
185
|
-
|
|
186
|
-
},
|
|
187
|
-
"test:json-schema": {
|
|
188
|
-
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
|
|
189
|
-
"files": [
|
|
190
|
-
"src/**/*.ts",
|
|
191
|
-
"schemas"
|
|
141
|
+
"test:compile",
|
|
142
|
+
"lint"
|
|
192
143
|
],
|
|
193
144
|
"output": []
|
|
194
145
|
}
|
package/messages/index.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Hi ✨
|