Skip to content

Commit 19468c5

Browse files
committed
post-suggestion
1 parent a623bb7 commit 19468c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mcp-client/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ async function main() {
5050
}
5151

5252
const agent = new Agent(
53-
ENDPOINT_URL
53+
BASE_URL
5454
? {
55-
baseUrl: ENDPOINT_URL,
55+
baseUrl: BASE_URL,
5656
model: MODEL_ID,
5757
apiKey: process.env.HF_TOKEN,
5858
servers: SERVERS,

0 commit comments

Comments
 (0)