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

Function createChatModelConfigForMCP

coderd/mcp_test.go:1423–1426  ·  view source on GitHub ↗
(t testing.TB, client *codersdk.ExperimentalClient)

Source from the content-addressed store, hash-verified

1421}
1422
1423func createChatModelConfigForMCP(t testing.TB, client *codersdk.ExperimentalClient) codersdk.ChatModelConfig {
1424 t.Helper()
1425 return coderdtest.CreateOpenAICompatChatModelConfig(t, client, "")
1426}
1427
1428func TestMCPOAuth2DiscoveryEdgeCases(t *testing.T) {
1429 t.Parallel()

Callers 1

TestChatWithMCPServerIDsFunction · 0.85

Calls 2

HelperMethod · 0.65

Tested by

no test coverage detected