@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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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
- 1. Install the **Model Context Protocol** extension in VS Code.
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
- "mcpServers": {
275
+ "servers": {
278
276
  "mule-build": {
277
+ "type": "stdio",
279
278
  "command": "npx",
280
279
  "args": ["-y", "@sfdxy/mule-build", "mcp"]
281
280
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfdxy/mule-build",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A type-safe CLI and library for MuleSoft application build automation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",