You are a senior web developer. Create a simple quiz app with three new files: index.html, style.css, and app.js.
Quiz Content:
The quiz will have the following questions:
- How can you enable both packaged MCPs (Modular Command Processors) and local Context files for a project in the Gemini CLI?
- By using the
/extensionscommand with the--mcpand--contextflags. (Correct) - By manually editing the
GEMINI.mdfile.
- By using the
- By using the
/toolscommand to add them.