Versions in this module Expand all Collapse all v0 v0.1.0 Jul 4, 2026 Changes in this version + func JSONResult(v any) (*mcplib.CallToolResult, error) + func StrArg(req mcplib.CallToolRequest, key string) string + type Server struct + func New(name, version string) *Server + func (s *Server) AddTool(tool mcplib.Tool, handler mcpserver.ToolHandlerFunc) + func (s *Server) MCP() *mcpserver.MCPServer + func (s *Server) ServeHTTP(addr string) error + func (s *Server) ServeStdio() error