Skip to content

Commit 131698a

Browse files
committed
👌 IMPROVE: Bump packages versions
1 parent c760b19 commit 131698a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

examples/nodejs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@
4343
"threads.append": "npx tsx ./threads/threads.append.ts",
4444
"threads.messages.list": "npx tsx ./threads/threads.messages.list.ts",
4545
"threads.get": "npx tsx ./threads/threads.get.ts",
46-
"workflow": "npx tsx ./workflows/workflows.ts"
46+
"workflow": "npx tsx ./workflows/workflows.ts",
47+
"agent.run.mcp": "npx tsx ./agent/agent.run.mcp.ts"
4748
},
4849
"keywords": [],
4950
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)",
5051
"license": "UNLICENSED",
5152
"dependencies": {
5253
"@langbase/cli": "workspace:*",
5354
"dotenv": "^16.4.5",
54-
"langbase": "^1.1.61",
55+
"langbase": "^1.1.62",
5556
"uuid": "^11.1.0",
5657
"zod": "^3.21.4",
5758
"zod-to-json-schema": "^3.24.5"

examples/nodejs/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ npm run parse
5050
npm run thread.messages.add
5151
npm run thread.messages.list
5252
npm run thread.delete
53+
54+
# agent
55+
npm run agent.run.mcp
5356
```

0 commit comments

Comments
 (0)