phrona-cli 0.1.1

Command-line interface to the phrona library: search, suggest, extract, ground, probe
phrona-cli-0.1.1 is not a library.

phrona-cli

Command-line interface to the phrona metasearch engine. The phrona binary is the all-in-one entry point: search, suggest, extract, grounding, engine listing, availability tests, the full REST server, an MCP server (stdio or TCP) and shell completions.

Install

cargo install phrona-cli

Usage

phrona search "rust programming" --max-results 10
phrona suggest rus
phrona extract "https://example.com" --ground
phrona engines
phrona test                 # availability probe
phrona serve                # REST 8080 + MCP-over-TCP 8081
phrona mcp                  # MCP over stdio
phrona completions bash     # shell completions

See the CLI reference for all commands and flags.

Related crates

License

AGPL-3.0 — see the main repository for details.