binary_name = "email-mcp" docs_url = "https://gitea.lclr.dev/AI/email-mcp" [update] source_name = "email-mcp releases" driver = "gitea" repository = "AI/email-mcp" base_url = "https://gitea.lclr.dev" asset_name_template = "{binary}-{os}-{arch}{ext}" checksum_asset_name = "{asset}.sha256" checksum_required = true token_env_names = ["GITEA_TOKEN"] [environment] known = ["EMAIL_MCP_PROFILE", "EMAIL_MCP_HOST", "EMAIL_MCP_USERNAME", "EMAIL_MCP_PASSWORD"] [secret_store] backend_policy = "auto" [profiles] default = "default" known = ["default"] [bootstrap] description = "Local MCP server to read an IMAP mailbox." [[config.fields]] name = "host" env = "EMAIL_MCP_HOST" config_key = "host" type = "string" label = "IMAP host" required = true sources = ["env", "config"] [[config.fields]] name = "username" env = "EMAIL_MCP_USERNAME" config_key = "username" type = "string" label = "Username" required = true sources = ["env", "config"] [[config.fields]] name = "password" env = "EMAIL_MCP_PASSWORD" secret_key_template = "imap-password/{profile}" type = "secret" label = "Password" required = true sources = ["env", "secret"]