@actcore/act 0.11.0 → 0.12.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 +8 -8
package/README.md CHANGED
@@ -53,7 +53,7 @@ Remote components are cached in `~/.cache/act/components/`.
53
53
 
54
54
  | Command | Description |
55
55
  |---------|-------------|
56
- | `run` | Serve a component over ACT-HTTP (`-l`) or MCP stdio (`--mcp`) |
56
+ | `run` | Serve a component over MCP — stdio (`--mcp`) or Streamable HTTP (`--mcp --http -l`) |
57
57
  | `call` | Call a tool directly, print result to stdout |
58
58
  | `info` | Show component metadata, tools, and schemas (`--tools`, `--format text\|json\|toon`) |
59
59
  | `pull` | Download a component from OCI or HTTP to local file |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actcore/act",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "CLI host for ACT (Agent Component Tools) WebAssembly components",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "files": ["bin"],
16
16
  "optionalDependencies": {
17
- "@actcore/act-cli-linux-x64": "0.11.0",
18
- "@actcore/act-cli-linux-arm64": "0.11.0",
19
- "@actcore/act-cli-linux-riscv64": "0.11.0",
20
- "@actcore/act-cli-darwin-x64": "0.11.0",
21
- "@actcore/act-cli-darwin-arm64": "0.11.0",
22
- "@actcore/act-cli-win32-x64": "0.11.0",
23
- "@actcore/act-cli-win32-arm64": "0.11.0"
17
+ "@actcore/act-cli-linux-x64": "0.12.0",
18
+ "@actcore/act-cli-linux-arm64": "0.12.0",
19
+ "@actcore/act-cli-linux-riscv64": "0.12.0",
20
+ "@actcore/act-cli-darwin-x64": "0.12.0",
21
+ "@actcore/act-cli-darwin-arm64": "0.12.0",
22
+ "@actcore/act-cli-win32-x64": "0.12.0",
23
+ "@actcore/act-cli-win32-arm64": "0.12.0"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public",