(f GitHubMCPServerFactoryFunc)
| 55 | } |
| 56 | |
| 57 | func WithGitHubMCPServerFactory(f GitHubMCPServerFactoryFunc) HandlerOption { |
| 58 | return func(o *HandlerOptions) { |
| 59 | o.GitHubMcpServerFactory = f |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | func WithInventoryFactory(f InventoryFactoryFunc) HandlerOption { |
| 64 | return func(o *HandlerOptions) { |
no outgoing calls