What is Cloud Code?	A terminal-based coding assistant.
What are two types of tools Cloud Code has access to?	Basic tools (search, read, edit files) and advanced tools (web fetching, terminal access).
How can the capabilities of Cloud Code be expanded?	By acting as an MCP client and consuming tools provided by MCP servers.
What prerequisite must be installed before installing Cloud Code?	Node.js.
What command is used to check if Node.js is already installed?	`npm help`.
What command is used to install Cloud Code?	`npm install`.
What configuration is needed to make Cloud Code use Bedrock instead of the default Anthropix API?	Setting up three specific environment variables.
What credentials must be set up for Cloud Code to interact with AWS?	AWS access key and secret key.
