codify-mcp 0.3.0 → 0.5.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Vasek Codey Vlcek
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
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:
@@ -108,7 +108,7 @@ Edit your Claude Desktop config:
108
108
  ```json
109
109
  {
110
110
  "mcpServers": {
111
- "apify-agent": {
111
+ "codify-mcp": {
112
112
  "command": "npx",
113
113
  "args": [
114
114
  "codify-mcp",
@@ -340,4 +340,4 @@ Apache-2.0
340
340
 
341
341
  ## Contributing
342
342
 
343
- Issues and PRs welcome at [github.com/cybairfly/apify-agent](https://github.com/cybairfly/apify-agent)
343
+ Issues and PRs welcome at [github.com/cybairfly/codify-mcp](https://github.com/cybairfly/codify-mcp)
package/manifest.json CHANGED
@@ -12,10 +12,10 @@
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/cybairfly/apify-agent"
15
+ "url": "https://github.com/cybairfly/codify-mcp"
16
16
  },
17
17
  "homepage": "https://codify.codey.eu.org",
18
- "support": "https://github.com/cybairfly/apify-agent/issues",
18
+ "support": "https://github.com/cybairfly/codify-mcp/issues",
19
19
  "keywords": [
20
20
  "ai",
21
21
  "mcp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.5.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": {
@@ -22,6 +22,7 @@
22
22
  "mcp",
23
23
  "apify",
24
24
  "agent",
25
+ "codify",
25
26
  "apify-agent",
26
27
  "automation",
27
28
  "claude",
@@ -35,7 +36,7 @@
35
36
  "homepage": "https://codify.codey.eu.org",
36
37
  "repository": {
37
38
  "type": "git",
38
- "url": "git+https://github.com/cybairfly/apify-agent.git",
39
+ "url": "git+https://github.com/cybairfly/codify-mcp.git",
39
40
  "directory": "libraries/codify-mcp"
40
41
  },
41
42
  "engines": {