File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -50,4 +50,7 @@ npm run parse
5050npm run thread.messages.add
5151npm run thread.messages.list
5252npm run thread.delete
53+
54+ # agent
55+ npm run agent.run.mcp
5356```
You can’t perform that action at this time.
0 commit comments