acp-dump

command
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 2 Imported by: 0

README

acp-dump

Inspect any ACP server before wiring it into your agent workflow.

acp-dump inspects any stdio ACP server command and prints initialize/session details.

Installation

Global install (distributed via npm):

npm install -g @normahq/acp-dump@latest

One-off run with npx (no global install):

npx @normahq/acp-dump@latest -- <acp-server-cmd> [args...]

Run

acp-dump -- <acp-server-cmd> [args...]

Examples:

acp-dump -- opencode acp
acp-dump --json -- opencode acp
acp-dump --debug -- opencode acp

Flags

  • --json: print machine-readable JSON output.
  • --debug: enable debug logs for the inspector.

Output

Human-readable output includes:

  • agent name/version
  • protocol version
  • ACP capabilities
  • auth methods
  • session id
  • available session modes/models (if provided by the server)

Notes

  • -- is required. Arguments before -- are rejected.
  • By default, command output is result-focused (no inspector debug/info logs).

Repository

Contact

License

MIT. See the repository LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL