Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) ConnectEager ¶
ConnectEager dials all servers configured with eager:true in parallel. Errors are logged but don't prevent startup — the connector will retry lazily.
func (*Proxy) RegisterDirect ¶
RegisterDirect registers tools from the named servers directly on the local MCP server. If no names are given, all servers are registered using their DirectTools config. Called with explicit names by the --direct flag (all tools).
func (*Proxy) RegisterDiscover ¶
func (p *Proxy) RegisterDiscover()
Click to show internal directories.
Click to hide internal directories.