tare api mcp profiles servers add

AddMCPProfileServer attaches an MCP server to a profile (a row in mcp_profile_backends), with an initial enabled-tool set and an optional per-server credential.

Usage:
  tare api mcp profiles servers add [flags]

Flags:
      --api-token string      Optional API-key credential for the upstream server.
      --bearer-token string   Optional bearer-token credential for the upstream server.
      --customer-id string    Defaults to the caller's session customer when empty.
      --profile-id string     Required: uuid of the profile to attach the server to (MCPProfile.id). (required)
      --project-id string     Defaults to the caller's session project when empty.
      --server-id string      Required: catalog/backend server id to attach, such as "github". (required)
      --user-id string        Defaults to the caller's session user when empty.

Global Flags:
      --base-url string   override the active profile's base URL for this invocation
  -o, --output string     output format: json (default "json")
  -p, --profile string    credential profile (overrides AGENTROUTER_PROFILE / active)
  -q, --quiet             Suppress progress output; only errors and the final summary go to stderr
  -v, --verbose           Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr