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

Function createMessageProcessor

ui/src/protocol/message-processor.ts:999–1001  ·  view source on GitHub ↗
(registry?: ComponentRegistry)

Source from the content-addressed store, hash-verified

997 * Create a new MessageProcessor instance
998 */
999export function createMessageProcessor(registry?: ComponentRegistry): MessageProcessor {
1000 return new MessageProcessor(registry);
1001}

Calls

no outgoing calls

Tested by 1

createTestContextFunction · 0.72