@sfdxy/mule-build 1.1.3 → 1.1.4
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/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -268,14 +268,13 @@ This tool exposes a **Model Context Protocol (MCP)** server, allowing AI agents
|
|
|
268
268
|
|
|
269
269
|
### Setup for VS Code (Recommended)
|
|
270
270
|
|
|
271
|
-
|
|
272
|
-
2. Open your MCP settings configuration.
|
|
273
|
-
3. Add the `mule-build` server configuration:
|
|
271
|
+
Create `.vscode/mcp.json` in your workspace:
|
|
274
272
|
|
|
275
273
|
```json
|
|
276
274
|
{
|
|
277
|
-
"
|
|
275
|
+
"servers": {
|
|
278
276
|
"mule-build": {
|
|
277
|
+
"type": "stdio",
|
|
279
278
|
"command": "npx",
|
|
280
279
|
"args": ["-y", "@sfdxy/mule-build", "mcp"]
|
|
281
280
|
}
|