codify-mcp 0.2.0 → 0.3.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.
- package/README.md +8 -4
- 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
|
-
-
|
|
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
|
-
- [
|
|
11
|
-
|
|
12
|
-
- [
|
|
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
|
|
package/package.json
CHANGED