()
| 1003 | } |
| 1004 | |
| 1005 | func (x *MCPServerConfig) GetToolDenyRegex() string { |
| 1006 | if x != nil { |
| 1007 | return x.ToolDenyRegex |
| 1008 | } |
| 1009 | return "" |
| 1010 | } |
| 1011 | |
| 1012 | type GetMCPServerAccessTokensBatchRequest struct { |
| 1013 | state protoimpl.MessageState |
no outgoing calls