MCPcopy Create free account
hub / github.com/modelcontextprotocol/inspector / nowIso

Function nowIso

client/src/lib/hooks/useConnection.ts:841–841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839 setCompletionsSupported(capabilities?.completions !== undefined);
840
841 const nowIso = () => new Date().toISOString();
842
843 const makeTaskId = () => {
844 // Prefer UUID when available; otherwise fall back to a reasonably unique id.

Callers 2

createReceiverTaskFunction · 0.85
connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected