mcp

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListRolesInput

type ListRolesInput struct {
	Name string `json:"role_name,omitempty" help:"Role name to filter by. Leave empty to list all roles."`
}

type ListRolesOutput

type ListRolesOutput struct {
	Roles []*schema.Role `json:"roles"`
}

type Server

type Server struct {
	*mcp.Server
	// contains filtered or unexported fields
}

func New

func New(manager *manager.Manager, name, version string, opts ...mcp.ServerOpt) (*Server, error)

func (*Server) ListRoles

func (mcp *Server) ListRoles() llm.Tool

func (*Server) Ping

func (mcp *Server) Ping() llm.Tool

Jump to

Keyboard shortcuts

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