chore(mcp): rename YT_MCP_* env vars to YOUTRACK_MCP_* #89
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/YT-34-rename-mcp-env-vars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hard rename with no back-compat dual-read: the combined
yt mcpcommand has not been deployed anywhere, so there are no.envfiles or systemd units in the field to preserve. All ten MCP HTTP-service variables move from theYT_MCP_prefix toYOUTRACK_MCP_, keeping theMCPinfix so they stay visually grouped and distinct from the coreYOUTRACK_BASE_URL/YOUTRACK_TOKENpair.Covers the
std::env::varreads and doc comments in config.rs, crypto.rs, web/session.rs, and web/oauth_hub.rs; the clap help text in crates/yt-cli/src/cli.rs; and the deployment artifacts .env.example, oci-build/Dockerfile, and docs/deployment.md. compose.mcp.yml passes the environment through env_file and contains no literal token, so it needs no edit.#YT-34