File size: 129 Bytes
ef6e870
 
 
 
 
 
1
2
3
4
5
6
7
export const CLI_FLAGS = {
	API_KEY: '--api-key',
	MCP_PROXY: '--ui-mcp-proxy',
	SLOTS: '--slots',
	TOOLS: '--tools'
} as const;