Documentation
¶
Index ¶
- type Server
- func (s *Server) AgentDockContext(ctx context.Context) (tools.Result, error)
- func (s *Server) Dispatch(ctx context.Context, req jsonrpc.Request) jsonrpc.Response
- func (s *Server) RuntimeCapabilities(ctx context.Context, refresh bool) (tools.Result, error)
- func (s *Server) RuntimeMCPManage(ctx context.Context, args map[string]any) (tools.Result, error)
- func (s *Server) RuntimeMCPServer(ctx context.Context, name string) (tools.Result, error)
- func (s *Server) RuntimeMCPServers(ctx context.Context) (tools.Result, error)
- func (s *Server) RuntimeSkill(skill string) (tools.Result, error)
- func (s *Server) RuntimeSkills() (tools.Result, error)
- func (s *Server) RuntimeStatus() tools.Result
- func (s *Server) RuntimeTask(id string) (tools.Result, error)
- func (s *Server) RuntimeTaskDelete(id string) (tools.Result, error)
- func (s *Server) RuntimeTasks(status string, limit int) (tools.Result, error)
- func (s *Server) ServeStdio(in io.Reader, out io.Writer) error
- type ToolDefinition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AgentDockContext ¶
func (*Server) RuntimeCapabilities ¶
func (*Server) RuntimeMCPManage ¶
func (*Server) RuntimeMCPServer ¶
func (*Server) RuntimeMCPServers ¶
func (*Server) RuntimeStatus ¶
func (*Server) RuntimeTaskDelete ¶
func (*Server) RuntimeTasks ¶
type ToolDefinition ¶
type ToolDefinition = tools.ToolDefinition
Click to show internal directories.
Click to hide internal directories.