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

Function mcpDeploymentValues

coderd/mcp_test.go:23–27  ·  view source on GitHub ↗

mcpDeploymentValues returns deployment values for tests of the MCP server config endpoints.

(t testing.TB)

Source from the content-addressed store, hash-verified

21// mcpDeploymentValues returns deployment values for tests of the MCP
22// server config endpoints.
23func mcpDeploymentValues(t testing.TB) *codersdk.DeploymentValues {
24 t.Helper()
25
26 return coderdtest.DeploymentValues(t)
27}
28
29// newMCPClient creates a test server and returns the admin client.
30func newMCPClient(t testing.TB) *codersdk.Client {

Callers 1

newMCPClientFunction · 0.85

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected