Skip to content

Commit 9929168

Browse files
committed
Update sonnet version in typescript folder
1 parent 99e2ad9 commit 9929168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp-client-typescript/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class MCPClient {
9292

9393
// Initial Claude API call
9494
const response = await this.anthropic.messages.create({
95-
model: "claude-sonnet-4-0",
95+
model: "claude-sonnet-4-5",
9696
max_tokens: 1000,
9797
messages,
9898
tools: this.tools,
@@ -125,7 +125,7 @@ class MCPClient {
125125

126126
// Get next response from Claude
127127
const response = await this.anthropic.messages.create({
128-
model: "claude-sonnet-4-0",
128+
model: "claude-sonnet-4-5",
129129
max_tokens: 1000,
130130
messages,
131131
});

0 commit comments

Comments
 (0)