MCPcopy Create free account
hub / github.com/VisActor/vchart-mcp-server /

Class

src/utils/InMemoryEventStore.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * see more details: https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#resumability-and-redelivery.
14 */
15export class InMemoryEventStore implements EventStore {
16 private events: Map<string, { streamId: string; message: JSONRPCMessage }> =
17 new Map();
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected