MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / EndpointFormatCheck

Struct EndpointFormatCheck

internal/doctor/checks.go:119–121  ·  view source on GitHub ↗

EndpointFormatCheck verifies every endpoint URL starts with http(s)://.

Source from the content-addressed store, hash-verified

117
118// EndpointFormatCheck verifies every endpoint URL starts with http(s)://.
119type EndpointFormatCheck struct {
120 File providers.File
121}
122
123func (c EndpointFormatCheck) Name() string { return "Endpoint Format Check" }
124func (c EndpointFormatCheck) Run(_ context.Context, r Reporter) Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected