MCPcopy Index your code
hub / github.com/github/github-mcp-server / RequestDeps

Struct RequestDeps

pkg/github/dependencies.go:265–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265type RequestDeps struct {
266 // Static dependencies
267 apiHosts utils.APIHostResolver
268 version string
269 lockdownMode bool
270 RepoAccessOpts []lockdown.RepoAccessOption
271 T translations.TranslationHelperFunc
272 ContentWindowSize int
273
274 // Feature flag checker for runtime checks
275 featureChecker inventory.FeatureFlagChecker
276
277 // Observability exporters (includes logger)
278 obsv observability.Exporters
279}
280
281// NewRequestDeps creates a RequestDeps with the provided clients and configuration.
282func NewRequestDeps(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected