Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeBuiltInWebSearchMCP ¶ added in v0.2.1
func ServeBuiltInWebSearchMCP() error
Types ¶
type ProviderDescriptor ¶ added in v0.2.1
type ProviderDescriptor struct {
ConfiguredName string
ProviderID string
Transport string
TransportSource string
Capabilities []string
Warning string
}
func DescribeConfiguredProviders ¶ added in v0.2.1
func DescribeConfiguredProviders(cfg askconfig.MCP) []ProviderDescriptor
type ProviderHealth ¶ added in v0.2.1
type ProviderHealth struct {
ConfiguredName string
ProviderID string
Transport string
TransportSource string
Status string
Phase string
Message string
Tools []string
Capabilities []string
MissingCapabilities []string
}
func ProbeConfiguredProviders ¶ added in v0.2.1
func ProbeConfiguredProviders(ctx context.Context, cfg askconfig.MCP) []ProviderHealth
Click to show internal directories.
Click to hide internal directories.