MCPcopy
hub / github.com/googleapis/mcp-toolbox / ProgressToken

Interface ProgressToken

internal/server/mcp/jsonrpc/jsonrpc.go:43–43  ·  view source on GitHub ↗

ProgressToken is used to associate progress notifications with the original request.

Source from the content-addressed store, hash-verified

41
42// ProgressToken is used to associate progress notifications with the original request.
43type ProgressToken interface{}
44
45// RequestId is a uniquely identifying ID for a request in JSON-RPC.
46// It can be any JSON-serializable value, typically a number or string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected