Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CleanupNestedCompositeServers(req router.Request, _ router.Response) error
- func (h *Handler) DeleteServersForAnonymousUser(req router.Request, _ router.Response) error
- func (h *Handler) DeleteServersWithoutRuntime(req router.Request, _ router.Response) error
- func (h *Handler) DetectDrift(req router.Request, _ router.Response) error
- func (h *Handler) EnsureMCPCatalogID(req router.Request, _ router.Response) error
- func (*Handler) EnsureMCPServerInstanceUserCount(req router.Request, _ router.Response) error
- func (h *Handler) EnsureMCPServerSecretInfo(req router.Request, _ router.Response) error
- func (h *Handler) MigrateSharedWithinMCPCatalogName(req router.Request, _ router.Response) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) CleanupNestedCompositeServers ¶ added in v0.15.0
CleanupNestedCompositeServers removes component servers with composite runtimes from composite MCP servers. This handler cleans up servers that were created before API validation to prevent nested composite servers.
func (*Handler) DeleteServersForAnonymousUser ¶ added in v0.15.0
func (*Handler) DeleteServersWithoutRuntime ¶
func (*Handler) DetectDrift ¶
func (*Handler) EnsureMCPCatalogID ¶ added in v0.15.0
func (*Handler) EnsureMCPServerInstanceUserCount ¶
EnsureMCPServerInstanceUserCount ensures that mcp server instance user count for multi-user MCP servers is up to date.
func (*Handler) EnsureMCPServerSecretInfo ¶ added in v0.15.0
Click to show internal directories.
Click to hide internal directories.