()
| 877 | } |
| 878 | |
| 879 | func (x *GetMCPServerConfigsRequest) GetUserId() string { |
| 880 | if x != nil { |
| 881 | return x.UserId |
| 882 | } |
| 883 | return "" |
| 884 | } |
| 885 | |
| 886 | type GetMCPServerConfigsResponse struct { |
| 887 | state protoimpl.MessageState |
no outgoing calls
no test coverage detected