(slug: IntegrationSlug)
| 12 | // --------------------------------------------------------------------------- |
| 13 | |
| 14 | export const mcpServerAtom = (slug: IntegrationSlug) => |
| 15 | McpClient.query("mcp", "getServer", { |
| 16 | params: { slug }, |
| 17 | timeToLive: "15 seconds", |
| 18 | reactivityKeys: [ReactivityKey.integrations, ReactivityKey.tools], |
| 19 | }); |
| 20 | |
| 21 | // --------------------------------------------------------------------------- |
| 22 | // Mutation atoms |
no outgoing calls
no test coverage detected