Skip to content

Commit 4b05763

Browse files
Update src/ModelContextProtocol/Server/DistributedCacheEventStreamStore.cs
Co-authored-by: Stephen Halter <halter73@gmail.com>
1 parent 2c89e60 commit 4b05763

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ModelContextProtocol/Server/DistributedCacheEventStreamStore.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ public static string StreamMetadata(string sessionId, string streamId) =>
105105

106106
public static string Event(string eventId) =>
107107
$"{Prefix}event:{eventId}";
108-
109-
public static string StreamEventCount(string sessionId, string streamId) =>
110-
$"{Prefix}count:{sessionId}:{streamId}";
111108
}
112109

113110
/// <summary>

0 commit comments

Comments
 (0)