codify-mcp 0.3.0 → 0.4.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ Model Context Protocol (MCP) server that lets AI assistants (e.g. Claude, Cursor
26
26
  Run directly using `npx`:
27
27
 
28
28
  ```bash
29
- npx codify-mcp {{MCP_TOOL_JSON}}
29
+ npx codify-mcp {{JSON_MCP_TOOL_1}} {{JSON_MCP_TOOL_2}} {{JSON_MCP_TOOL_3}}...
30
30
  ```
31
31
 
32
32
  Or install locally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "MCP server for custom automation tools using Apify Agent. Easily create reusable automations from casual browser actions.",
5
5
  "main": "lib/index.js",
6
6
  "bin": {