Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0376579
add sprints tools
shimony-uriel Aug 20, 2025
c30686b
Merge branch 'master' into feature/sprints-tool-v2
shimony-uriel Sep 1, 2025
fc876d5
change tools
shimony-uriel Sep 14, 2025
11246b0
Merge branch 'master' into feature/sprints-tool-v2
shimony-uriel Sep 14, 2025
5d2ead7
CR fixes
shimony-uriel Sep 14, 2025
cf029db
tool fixes
shimony-uriel Sep 14, 2025
139e3f3
Remove .DS_Store files and add to .gitignore
shimony-uriel Sep 14, 2025
3d3654d
Merge branch 'master' into feature/sprints-tool-v2
shimony-uriel Sep 21, 2025
6b27ec5
cr part 1
shimony-uriel Sep 28, 2025
4439fee
CR fixes - schema, function syntax and others
shimony-uriel Sep 30, 2025
625ca23
fix queries and generic column value type
shimony-uriel Sep 30, 2025
6fdf77a
Merge branch 'master' into feature/sprints-tool-v2
shimony-uriel Sep 30, 2025
45b409a
more fixes
shimony-uriel Sep 30, 2025
43f0f0d
fix dates
shimony-uriel Sep 30, 2025
bb35dff
add all sprints boards
shimony-uriel Oct 13, 2025
3e5b212
add boards tool
shimony-uriel Oct 15, 2025
dd924ad
remove other branch data
shimony-uriel Oct 15, 2025
369e207
Merge branch 'master' into feature/sprints-tool-v2
shimony-uriel Oct 15, 2025
14b03ca
add tests and refactor directory
shimony-uriel Oct 15, 2025
44f560a
CR fixes
shimony-uriel Oct 16, 2025
adc5aa7
fix graphql
shimony-uriel Oct 16, 2025
677c9ed
Merge branch 'feature/sprints-tool-v2' into feature/sprints-boards-tool
shimony-uriel Oct 16, 2025
7cbf809
sprints board tool refactor
shimony-uriel Oct 19, 2025
ebbd501
minor fixes
shimony-uriel Oct 19, 2025
13095ce
Merge branch 'feature/sprints-tool-v2' into feature/sprints-boards-tool
shimony-uriel Oct 19, 2025
165048a
minor fixes
shimony-uriel Oct 19, 2025
045e2fa
add sprints boards tests
shimony-uriel Oct 19, 2025
d1c32a2
fixes for PR
shimony-uriel Oct 21, 2025
b72d4bb
minor fixes
shimony-uriel Oct 21, 2025
4473f06
minor fixes
shimony-uriel Oct 21, 2025
4cd279e
Merge branch 'master' into feature/sprints-boards-tool
shimony-uriel Oct 21, 2025
17da618
Merge branch 'feature/sprints-boards-tool' into feature/sprints-boads…
shimony-uriel Oct 21, 2025
0cc878d
fix tests
shimony-uriel Oct 21, 2025
146e934
fix pr comments
shimony-uriel Oct 24, 2025
90c6b7b
Merge remote-tracking branch 'upstream/master' into feature/sprints-b…
shimony-uriel Oct 27, 2025
8fd7109
minor updateds
shimony-uriel Oct 27, 2025
31a503b
Bump version
damian-rakus Oct 27, 2025
aed805f
Merge branch 'master' into feature/sprints-boards-tool
damian-rakus Oct 27, 2025
c9e2702
fix tests
shimony-uriel Oct 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaydotcomorg/agent-toolkit",
"version": "2.21.2",
"version": "2.22.0",
"description": "monday.com agent toolkit",
"exports": {
"./mcp": {
Expand Down
Loading