Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
124
function
remoteURL(value: string) {
125
if
(URL.canParse(value))
return
new
URL(value)
126
}
127
128
interface
CreateResult {
129
mcpClient?: MCPClient
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected