Versions in this module Expand all Collapse all v0 v0.10.0 Sep 3, 2026 Changes in this version + const Name + var DomainSpecs = []catalog.DomainSpec + type API interface + Delete func(ctx context.Context, path string) (*basecamp.Response, error) + Get func(ctx context.Context, path string) (*basecamp.Response, error) + Post func(ctx context.Context, path string, body any) (*basecamp.Response, error) + Put func(ctx context.Context, path string, body any) (*basecamp.Response, error) + type Config struct + Domains []string + ReadOnly bool + type Server struct + func New(api API, cfg Config) (*Server, error) + func (s *Server) BuildMCPServer(logger *slog.Logger) *mcp.Server + func (s *Server) Domains() []gateway.Domain