MCPcopy Create free account
hub / github.com/astercloud/aster / mockToolWithoutAnnotations

Struct mockToolWithoutAnnotations

pkg/tools/annotations_test.go:186–188  ·  view source on GitHub ↗

mockToolWithoutAnnotations 不带注解的模拟工具

Source from the content-addressed store, hash-verified

184
185// mockToolWithoutAnnotations 不带注解的模拟工具
186type mockToolWithoutAnnotations struct {
187 name string
188}
189
190func (m *mockToolWithoutAnnotations) Name() string { return m.name }
191func (m *mockToolWithoutAnnotations) Description() string { return "mock tool without annotations" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected