What is Cloud Code?	A terminal-based coding assistant.
Name two basic tools that Cloud Code provides.	Search, read, and edit files.
What are two examples of advanced tools Cloud Code has access to?	Web fetching and terminal access.
How can the capabilities of Cloud Code be expanded?	By acting as an MCP client.
What does it mean for Cloud Code to act as an MCP client?	It can consume tools provided by MCP servers.
What prerequisite must be installed before setting up Cloud Code?	Node.js.
What command should you run in the terminal to check if Node.js is installed?	`npm help`.
What command is used to install Cloud Code after Node.js is present?	`npm install`.
What command is run after installation to prompt login to an Anthropic account?	`cloud`.
