(ctx context.Context, params *SetLoggingLevelParams)
| 999 | } |
| 1000 | |
| 1001 | func (cs *ClientSession) SetLoggingLevel(ctx context.Context, params *SetLoggingLevelParams) error { |
| 1002 | _, err := handleSend[*emptyResult](ctx, methodSetLevel, newClientRequest(cs, orZero[Params](params))) |
| 1003 | return err |
| 1004 | } |
| 1005 | |
| 1006 | // ListResources lists the resources that are currently available on the server. |
| 1007 | func (cs *ClientSession) ListResources(ctx context.Context, params *ListResourcesParams) (*ListResourcesResult, error) { |