Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2025 Changes in this version + func CreateMCPServer(app *AppConfig, version string) (*server.MCPServer, error) + func PostSearch(url, token string, reqBody searchRequest, debug bool) ([]byte, int, error) + func Serve(srv *server.MCPServer, opts ServeOptions) error + type AppConfig struct + Config *Config + IsDebug bool + func LoadAppConfig(configFlag string, debugFlag bool) (*AppConfig, error) + type Config struct + AppID string + Location string + ProjectId string + func LoadConfig(path string) (*Config, error) + func (c *Config) URL() string + type ServeOptions struct + HTTPAddr string + IsDebug bool