export const CLI_FLAGS = {
	API_KEY: '--api-key',
	MCP_PROXY: '--ui-mcp-proxy',
	SLOTS: '--slots',
	TOOLS: '--tools'
} as const;
