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

Function methodNotAllowed

internal/sidecar/server.go:488–490  ·  view source on GitHub ↗
(w http.ResponseWriter)

Source from the content-addressed store, hash-verified

486}
487
488func methodNotAllowed(w http.ResponseWriter) {
489 writeError(w, http.StatusMethodNotAllowed, "method not allowed")
490}

Callers 15

handleVersionMethod · 0.85
handleProvidersMethod · 0.85
handleProviderMethod · 0.85
handleProviderActionMethod · 0.85
handleToolsMethod · 0.85
handleMCPClientsMethod · 0.85
handleMCPServersMethod · 0.85
handleMCPRegistryMethod · 0.85
handleMCPInstallMethod · 0.85
handleMCPUninstallMethod · 0.85
handleEntitiesMethod · 0.85
handleEntityUninstallMethod · 0.85

Calls 1

writeErrorFunction · 0.85

Tested by

no test coverage detected