Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
HTTPClient abstracts HTTP calls for testability.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps the MCP server with tools for task scheduling.
func New ¶
func New(channelID, apiURL, authorID string, httpClient HTTPClient, logger *slog.Logger) *Server
New creates a new MCP server with scheduler tools.
Click to show internal directories.
Click to hide internal directories.