Expand description
Utility functions for MCP client operations.
Constants§
- LOCAL_
TIMEZONE_ ENV_ VAR - Environment variable for explicit local timezone override.
- TIMEZONE_
ARGUMENT - Argument name for timezone injection.
- TZ_
ENV_ VAR - Standard TZ environment variable fallback.
Functions§
- build_
client_ implementation - Build the standard Implementation struct for vtcode MCP client.
- build_
headers - Build HTTP headers from static and environment-based configuration.
- detect_
local_ timezone - Detect the local timezone using environment variables or system detection.
- ensure_
timezone_ argument - Ensure a timezone argument is present when required by the schema.
- schema_
requires_ field - Check if a JSON schema requires a specific field.