MCPcopy Create free account
hub / github.com/modelcontextprotocol/go-sdk / ListTestParams

Struct ListTestParams

mcp/client_test.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type ListTestParams struct {
24 Cursor string
25}
26
27func (p *ListTestParams) cursorPtr() *string {
28 return &p.Cursor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected