(name: string, config: ReturnType<typeof mcpConfig>)
| 999 | } |
| 1000 | |
| 1001 | function mcpRegistrationKey(name: string, config: ReturnType<typeof mcpConfig>) { |
| 1002 | return `${name}:${stableStringify(config)}` |
| 1003 | } |
| 1004 | |
| 1005 | function mcpConfig(server: McpServer) { |
| 1006 | if ("type" in server) { |
no test coverage detected