Documentation
¶
Index ¶
- Variables
- type Activity
- type McpServer
- func (s *McpServer) Close(ctx context.Context) error
- func (s *McpServer) Serve(ctx context.Context, r io.Reader, w io.Writer) error
- func (s *McpServer) ServeHTTP(ctx context.Context, listenAddr string, basePath string) error
- func (s *McpServer) ServeStdio(ctx context.Context, r io.Reader, w io.Writer) error
- func (s *McpServer) Start() error
- func (s *McpServer) StartHTTP(listenAddr string, basePath string) error
- func (s *McpServer) StartStdio() error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct {
Timestamp time.Time `json:"timestamp"`
Actor string `json:"actor"`
Tool string `json:"tool"`
Detail string `json:"detail"`
Success bool `json:"success"`
Error string `json:"error,omitempty"`
}
func RecentActivity ¶
Click to show internal directories.
Click to hide internal directories.