MCPcopy Index your code
hub / github.com/anomalyco/opencode / remoteURL

Function remoteURL

packages/opencode/src/mcp/index.ts:124–126  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

122}
123
124function remoteURL(value: string) {
125 if (URL.canParse(value)) return new URL(value)
126}
127
128interface CreateResult {
129 mcpClient?: MCPClient

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected