Documentation
¶
Overview ¶
package mcp Provides an MCP server and argument structures for MCP client calls.
Index ¶
Constants ¶
View Source
const ( ListDomains = "list_domains" ListDomainClasses = "list_domain_classes" CreateGoalsGraph = "create_goals_graph" CreateNeighborsGraph = "create_neighbors_graph" )
View Source
const (
StreamablePath = "/mcp"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainParams ¶
type DomainParams struct {
Domain string `json:"domain" jsonschema:"Name of the domain to list"`
}
type GoalParams ¶
type NeighborParams ¶ added in v0.9.0
type Server ¶
func (*Server) HTTPHandler ¶
HTTPHandler a handler for the Streaming MCP protocol.
Click to show internal directories.
Click to hide internal directories.