codify-mcp 0.2.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 +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,15 @@
5
5
  > Part of [Project Codify](https://codify.codey.eu.org)
6
6
 
7
7
  ## Project Codify
8
- - [Login](https://apify.com/cyberfly) - reusable authentication sessions - TBD
8
+ Complete end-to-end browser automation pipeline running inside browser (or locally). Codify and replay browser actions as robust (deterministic) and reusable scripts.
9
+ From rapid prototyping and quick automation scripts to sophisticated deployments at scale.
9
10
 
10
- - [Agent](https://apify.com/cyberfly) - turn scripts into browser actions
11
- - [Coder](https://apify.com/cyberfly) - turn browser actions into scripts (TBD - currently integrated)
12
- - [Robot](https://apify.com/cyberfly) - automation engine for scalability (TBD - currently integrated)
11
+ - [Login](https://apify.com/cyberfly) - reusable authentication sessions - reusable secure login (TBD) ☑️
12
+
13
+ - [Agent](https://apify.com/cyberfly) - turn scripts into browser actions - code or text script (future)
14
+ - [Coder](https://apify.com/cyberfly) - turn browser actions into scripts (TBD - currently integrated) ✅
15
+ - [Robot](https://apify.com/cyberfly) - automation engine for scalability (TBD - currently integrated) ✅
16
+ - [MCP](https://www.npmjs.com/package/codify-mcp) - automations become reusable tools you can reuse through AI ✅
13
17
 
14
18
  More is on the way... Give it a [shot](https://codify.codey.eu.org) 🎬 or join the list to follow the project! 🔔
15
19
 
@@ -22,7 +26,7 @@ Model Context Protocol (MCP) server that lets AI assistants (e.g. Claude, Cursor
22
26
  Run directly using `npx`:
23
27
 
24
28
  ```bash
25
- npx codify-mcp {{MCP_TOOL_JSON}}
29
+ npx codify-mcp {{JSON_MCP_TOOL_1}} {{JSON_MCP_TOOL_2}} {{JSON_MCP_TOOL_3}}...
26
30
  ```
27
31
 
28
32
  Or install locally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-mcp",
3
- "version": "0.2.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": {