mockToolWithAnnotations 带注解的模拟工具
| 167 | |
| 168 | // mockToolWithAnnotations 带注解的模拟工具 |
| 169 | type mockToolWithAnnotations struct { |
| 170 | name string |
| 171 | annotations *ToolAnnotations |
| 172 | } |
| 173 | |
| 174 | func (m *mockToolWithAnnotations) Name() string { return m.name } |
| 175 | func (m *mockToolWithAnnotations) Description() string { return "mock tool with annotations" } |
nothing calls this directly
no outgoing calls
no test coverage detected