@bridgekit-uxlogic/agent
v0.2.3
Published
BridgeKit local capability agent and CLI.
Maintainers
Readme
@bridgekit-uxlogic/agent
BridgeKit local capability agent and CLI.
Install
npm install -g @bridgekit-uxlogic/agentStart
bridgekit-agent start --host localhost --port 7777If port 7777 is already busy, BridgeKit now prints a descriptive recovery message instead of a raw Node stack trace.
bridgekit doctor --host localhost --port 7777
bridgekit-agent start --host localhost --port 7778
bridgekit-agent start --host localhost --port 7777 --replace--replace terminates the current listener on the requested port before starting. Use it only for a BridgeKit port you control.
Register TCP resources for relay usage
bridgekit resources add-tcp local-mongodb localhost 27017
bridgekit resources add-tcp local-postgres localhost 5432The agent enforces permissions, session scope, revocation, and audit logging for approved local/private resources.
