<script lang="ts">
import CopyIcon from './icons/CopyIcon.svelte';
import DownloadIcon from './icons/DownloadIcon.svelte';
import Tooltip from './Tooltip.svelte';
</script>
<!-- Fake Copy and Download buttons for display when there are errors in the input options -->
<div class="action flex flex-row gap-2 shrink-0">
<Tooltip let:trigger theme="light-red border" hideOnClick={false} interactive>
<button use:trigger class="action-button p-3 min-w-[40px]" class:disabled={true}>
<CopyIcon />
</button>
<div slot="content">
<p>There are errors in the input options.</p>
<p>Fix them to continue.</p>
</div>
</Tooltip>
<Tooltip let:trigger theme="light-red border" hideOnClick={false} interactive>
<button use:trigger class="action-button with-text" class:disabled={true}>
<DownloadIcon />
Download
</button>
<div slot="content">
<p>There are errors in the input options.</p>
<p>Fix them to continue.</p>
</div>
</Tooltip>
</div>
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenZeppelin/contracts-wizard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server