What is Cloud Code?	A terminal-based coding assistant.
Where does Cloud Code operate?	In the terminal.
What types of tools does Cloud Code have?	Basic tools (search, read, edit files) and advanced tools (web fetching, terminal access).
What does it mean that Cloud Code can act as an MCP client?	It means it can consume tools provided by MCP servers.
How can the capabilities of Cloud Code be expanded?	By adding additional MCP servers.
What is the first prerequisite for installing Cloud Code?	Node.js.
What command is executed in the terminal to check if Node.js is installed?	`npm help`.
What command is used to install Cloud Code itself?	`npm install`.
What final setup step is required after installing Cloud Code?	Setting up three different environment variables.
