Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
func
methodNotAllowed(w http.ResponseWriter) {
489
writeError(w, http.StatusMethodNotAllowed,
"method not allowed"
)
490
}
Callers
15
handleVersion
Method · 0.85
handleProviders
Method · 0.85
handleProvider
Method · 0.85
handleProviderAction
Method · 0.85
handleTools
Method · 0.85
handleMCPClients
Method · 0.85
handleMCPServers
Method · 0.85
handleMCPRegistry
Method · 0.85
handleMCPInstall
Method · 0.85
handleMCPUninstall
Method · 0.85
handleEntities
Method · 0.85
handleEntityUninstall
Method · 0.85
Calls
1
writeError
Function · 0.85
Tested by
no test coverage detected