Documentation
¶
Index ¶
- type Hub
- func (h *Hub) Close()
- func (h *Hub) HTTPToolScopes() []string
- func (h *Hub) MissingScopes(backendID string, scopes []string) ([]string, bool)
- func (h *Hub) MissingToolScopes(exposedName string, scopes []string) ([]string, bool)
- func (h *Hub) ReconcileBackend(id string)
- func (h *Hub) ReconcileToolGroup(id string)
- func (h *Hub) ReplaceHTTPTools(manager *httptool.Manager)
- func (h *Hub) ResourceUpdated(backendID, originalURI string)
- func (h *Hub) ServerForRequest(req *http.Request) *mcp.Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
func NewWithHTTPTools ¶ added in v1.2.0
func (*Hub) HTTPToolScopes ¶ added in v1.2.0
func (*Hub) MissingScopes ¶
func (*Hub) MissingToolScopes ¶ added in v1.1.0
func (*Hub) ReconcileBackend ¶
func (*Hub) ReconcileToolGroup ¶ added in v1.2.0
func (*Hub) ReplaceHTTPTools ¶ added in v1.2.0
func (*Hub) ResourceUpdated ¶
Click to show internal directories.
Click to hide internal directories.