There is no single command to see which configuration the gittensory-mcp CLI is actually using and where each value came from. status reports health/version, doctor runs checks, and whoami shows session identity, but none answer "what config is in effect and which source supplied it?" — the common question when an API URL or profile is not picked up as expected.
Proposal: a gittensory-mcp config command that prints the resolved effective configuration with provenance (environment / profile / config / default) for the API URL, active profile, config-file location, cache dir, and token source. Provenance labels only — no token values or local absolute paths. --json for tooling.
Implemented in #335.
There is no single command to see which configuration the
gittensory-mcpCLI is actually using and where each value came from.statusreports health/version,doctorruns checks, andwhoamishows session identity, but none answer "what config is in effect and which source supplied it?" — the common question when an API URL or profile is not picked up as expected.Proposal: a
gittensory-mcp configcommand that prints the resolved effective configuration with provenance (environment / profile / config / default) for the API URL, active profile, config-file location, cache dir, and token source. Provenance labels only — no token values or local absolute paths.--jsonfor tooling.Implemented in #335.