mcp

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const LATEST_PROTOCOL_VERSION = v20250618.PROTOCOL_VERSION

LATEST_PROTOCOL_VERSION is the latest version of the MCP protocol supported. Update the version used in InitializeResponse when this value is updated.

Variables

SUPPORTED_PROTOCOL_VERSIONS is the MCP protocol versions that are supported.

Functions

func InitializeResponse added in v0.8.0

func InitializeResponse(ctx context.Context, id jsonrpc.RequestId, body []byte, toolboxVersion string) (any, string, error)

InitializeResponse runs capability negotiation and protocol version agreement. This is the Initialization phase of the lifecycle for MCP client-server connections. Always start with the latest protocol version supported.

func NotificationHandler added in v0.8.0

func NotificationHandler(ctx context.Context, body []byte) error

NotificationHandler process notifications request. It MUST NOT send a response. Currently Toolbox does not process any notifications.

func ProcessMethod added in v0.8.0

func ProcessMethod(ctx context.Context, mcpVersion string, id jsonrpc.RequestId, method string, toolset tools.Toolset, tools map[string]tools.Tool, authServices map[string]auth.AuthService, body []byte, header http.Header) (any, error)

ProcessMethod returns a response for the request. This is the Operation phase of the lifecycle for MCP client-server connections.

func VerifyProtocolVersion added in v0.10.0

func VerifyProtocolVersion(version string) bool

VerifyProtocolVersion verifies if the version string is valid.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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