We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791f227 commit c2f2fbeCopy full SHA for c2f2fbe
galley/pkg/mcp/snapshot/inmemory.go
@@ -34,7 +34,7 @@ func NewInMemory() *InMemory {
34
}
35
36
37
-// Envelopes is an implementation of Snapshot.Envelopes
+// Resources is an implementation of Snapshot.Resources
38
func (s *InMemory) Resources(typ string) []*mcp.Envelope {
39
return s.envelopes[typ]
40
0 commit comments