Server Created: {{ server_name }}

{{ language }} ๐Ÿ“ฆ {{ template }} ๐Ÿ”ง {{ tool_count }} tools

Generated Tools

{% if api_info %}

๐Ÿ”‘ API Detected: {{ api_info.display_name }}

Auth: {{ api_info.auth_type }} ยท Env: {{ api_info.env_var_name }}

Get your API key โ†’

{% endif %} {% if validation %}
{% if validation.is_valid %}

Validation passed

{% else %}

โš  Validation warnings:

{% endif %}
{% endif %} {% if review %}

Code Review: {% if review.score >= 8 %} {{ review.score }}/10 {% elif review.score >= 5 %} {{ review.score }}/10 {% else %} {{ review.score }}/10 {% endif %}

{{ review.summary }}

{% endif %}

Next Steps

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.

View Details Create Another โ† Dashboard