{{ tool.name }}
โ {{ tool.description[:80] }}
{% if tool.annotations.read_only %}
read-only
{% else %}
read/write
{% endif %}
Auth: {{ api_info.auth_type }} ยท Env: {{ api_info.env_var_name }}
Validation passed
{% else %}โ Validation warnings:
{{ review.summary }}
cd {{ output_path }}
{{ "npm install" if language == "typescript" else "pip install -e ." }}
{{ "npm start" if language == "typescript" else "python -m server" }}
โ Already added to Claude Desktop config โ restart Claude to use.