Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ MCPServerConfigID
Method
MCPServerConfigID
coderd/x/chatd/mcpclient/mcpclient.go:495–495 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
493
// an MCP server config and can report the config's database ID.
494
type
MCPToolIdentifier
interface
{
495
MCPServerConfigID() uuid.UUID
496
}
497
498
// mcpToolWrapper adapts a single MCP tool into a
Callers
6
toolAllowedForTurn
Function · 0.65
runChat
Method · 0.65
ConnectAll
Function · 0.65
TestConnectAll_DeterministicOrder
Function · 0.65
TestConnectAll_MCPToolIdentifier
Function · 0.65
TestConnectAll_MCPToolIdentifier_MultipleServers
Function · 0.65
Implementers
2
testMCPAgentTool
coderd/x/chatd/chatd_internal_test.go
mcpToolWrapper
coderd/x/chatd/mcpclient/mcpclient.go
Calls
no outgoing calls
Tested by
3
TestConnectAll_DeterministicOrder
Function · 0.52
TestConnectAll_MCPToolIdentifier
Function · 0.52
TestConnectAll_MCPToolIdentifier_MultipleServers
Function · 0.52