(value: unknown)
| 67 | const decodeServerInfo = Schema.decodeUnknownOption(ServerInfo); |
| 68 | |
| 69 | export const decodeListToolsPage = (value: unknown): Option.Option<McpListToolsPage> => |
| 70 | decodeListToolsPageOption(value); |
| 71 | |
| 72 | // --------------------------------------------------------------------------- |
| 73 | // Tool ID sanitization |