MCPcopy Create free account
hub / github.com/Noumena-Network/code / getWebFetchUserAgent

Function getWebFetchUserAgent

src/utils/http.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46// User-Agent for WebFetch requests to arbitrary sites.
47export function getWebFetchUserAgent(): string {
48 return `NCode-User (${getNcodeUserAgent()}; +https://noumena.com/)`
49}
50
51export type AuthHeaders = {
52 headers: Record<string, string>

Callers 1

Calls 1

getNcodeUserAgentFunction · 0.85

Tested by

no test coverage detected