We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbc7c commit 0ce20b8Copy full SHA for 0ce20b8
src/providers/anthropic-base/messages.ts
@@ -17,8 +17,8 @@ export const messagesBaseConfig: ProviderConfig = {
17
param: 'container',
18
required: false,
19
},
20
- max_servers: {
21
- param: 'max_servers',
+ mcp_servers: {
+ param: 'mcp_servers',
22
23
24
metadata: {
src/providers/anthropic-base/utils/streamGenerator.ts
@@ -175,4 +175,3 @@ export function* anthropicMessagesJsonToStreamGenerator(
175
176
yield MESSAGE_STOP_EVENT;
177
}
178
-``;
0 commit comments