tools

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallFilter

type CallFilter struct{}

type Kit

type Kit struct {
	// contains filtered or unexported fields
}

func New

func New(filters []CallFilter) *Kit

func NewDefault

func NewDefault(filters []CallFilter) *Kit

func (*Kit) Add

func (kit *Kit) Add(t mcp.Tool) error

func (*Kit) Server

func (kit *Kit) Server() *mcp.Server

type Server

type Server struct{}

func NewServer

func NewServer() *Server

func (*Server) ParseArgsConfig

func (srv *Server) ParseArgsConfig() (*ServerConfig, error)

func (*Server) Run

func (srv *Server) Run(ctx context.Context, c *ServerConfig, kit *Kit) error

type ServerConfig

type ServerConfig struct {
	HTTPAddr  string
	StdioMode bool
	HTTPMode  bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL