Kind: Function
Source: atloria-monorepo/apps/web/src/components/McpInstallBlock.tsx
Build the copy-paste snippet + optional deeplink for each client.
Signature
tsfunction buildMcpSnippets({
mcpUrl,
serverName,
authToken,
}: {
mcpUrl: string;
serverName: string;
authToken?: string;
})
Parameters
| Name | Type |
|---|---|
| `{ | |
| mcpUrl, | |
| serverName, | |
| authToken, | |
| }` | `{ |
| mcpUrl: string; | |
| serverName: string; | |
| authToken?: string; | |
| }` |
Was this page helpful?