MCPcopy Index your code
hub / github.com/coder/coder / GetClientInfo

Function GetClientInfo

aibridge/mcp/client_info.go:11–16  ·  view source on GitHub ↗

GetClientInfo returns the MCP client information to use when initializing MCP connections. This provides a consistent way for all proxy implementations to report client information.

()

Source from the content-addressed store, hash-verified

9// GetClientInfo returns the MCP client information to use when initializing MCP connections.
10// This provides a consistent way for all proxy implementations to report client information.
11func GetClientInfo() mcp.Implementation {
12 return mcp.Implementation{
13 Name: "coder/aibridge",
14 Version: buildinfo.Version(),
15 }
16}

Callers 2

TestGetClientInfoFunction · 0.92
InitMethod · 0.85

Calls 1

VersionFunction · 0.92

Tested by 1

TestGetClientInfoFunction · 0.74