(config: ScopedMcpServerConfig)
| 30 | } |
| 31 | |
| 32 | function getConfigUrl(config: ScopedMcpServerConfig): string | undefined { |
| 33 | if ('url' in config) return config.url |
| 34 | return undefined |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Creates a pseudo-tool for an MCP server that is installed but not |