executor 1.4.1 → 1.4.2

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install -g executor
13
13
  executor web
14
14
  ```
15
15
 
16
- This starts a local runtime with a web UI at `http://127.0.0.1:8788`. From there, add your first source and start using tools.
16
+ This starts a local runtime with a web UI at `http://127.0.0.1:4788`. From there, add your first source and start using tools.
17
17
 
18
18
  ### Use as an MCP server
19
19
 
@@ -43,7 +43,7 @@ If you can represent it with a JSON schema, it can be an integration. Executor h
43
43
 
44
44
  ### Via the web UI
45
45
 
46
- Open `http://127.0.0.1:8788`, go to **Add Source**, paste a URL, and Executor will detect the type, index the tools, and handle auth.
46
+ Open `http://127.0.0.1:4788`, go to **Add Source**, paste a URL, and Executor will detect the type, index the tools, and handle auth.
47
47
 
48
48
  ### Via the CLI
49
49
 
@@ -110,7 +110,7 @@ bun install
110
110
  bun dev
111
111
  ```
112
112
 
113
- The dev server starts at `http://127.0.0.1:8788`.
113
+ The dev server starts at `http://127.0.0.1:4788`.
114
114
 
115
115
  ## Community
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executor",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Local AI executor with a CLI, local API server, and web UI.",
5
5
  "keywords": [
6
6
  "executor",