Housecat CLI

$ housecat --help
A CLI tool to interact with Housecat MCP services and manage OAuth connections.

Usage:
  housecat [flags]
  housecat [command]

Examples:
  housecat -e me@example.com tools
  housecat -e me@example.com tools call connections --json
  housecat -e me@example.com projects list

Available Commands:
  help        Help about any command
  jobs        Manage scheduled jobs
  projects    Manage projects
  tools       List available MCP tools

Flags:
  -e, --email string   User email (required)
  -h, --help           help for housecat
      --json           Output as JSON
  -u, --url string     MCP server URL (default "https://hc-auth-dev.exe.xyz/")

Use "housecat [command] --help" for more information about a command.