Earn 14 free days when your bug report or suggestion is accepted — how it works
Advanced

codeloop_list_env_presets

List available environment-normalisation presets (locale, timezone, font scaling) used by visual review to produce stable diffs.

When to use codeloop_list_env_presets

Use `codeloop_list_env_presets` when your AI agent needs to list available environment-normalisation presets (locale, timezone, font scaling) used by visual review to produce stable diffs.

Parameters

No parameters — call directly.

What you get back

Array of preset definitions.

FAQ

What does codeloop_list_env_presets do?

List available environment-normalisation presets (locale, timezone, font scaling) used by visual review to produce stable diffs.

When should an AI agent call codeloop_list_env_presets?

Use `codeloop_list_env_presets` when your AI agent needs to list available environment-normalisation presets (locale, timezone, font scaling) used by visual review to produce stable diffs.

What does codeloop_list_env_presets return?

Array of preset definitions.

Is codeloop_list_env_presets part of the CodeLoop MCP server?

Yes. CodeLoop ships as an MCP server installed via `npx codeloop init`. Cursor and Claude Code call it automatically once the User Rule (Cursor) or CLAUDE.md (Claude Code) is in place.

Related