Documentation
¶
Overview ¶
Package tool provides helpers for discovering and configuring MCP servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Resolver)
Option modifies the underlying Resolver.
func WithLogger ¶
WithLogger overrides the underlying logger for the Resolver.
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver is used for resolving MCP server configs from the environment and converting them into langchaingo tools.
func (*Resolver) FromEnvVars ¶
FromEnvVars derives Configs for MCP servers from the environment variables supplied to the process. If the resulting Config is invalid, it is not returned.
Click to show internal directories.
Click to hide internal directories.