mcp

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const LATEST_PROTOCOL_VERSION = v20251125.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

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

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

func ProcessMethod(ctx context.Context, mcpVersion string, id jsonrpc.RequestId, method string, toolset tools.Toolset, promptset prompts.Promptset, resourceMgr *resources.ResourceManager, 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

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