Skip to content

Commit cc6072b

Browse files
authored
feat: Added basic tool and client with loadTool() (#12)
* feat: Add basic client and tool * cleanup * clean * add unit tests * increase test cov * test file cleanup * clean * small fix * Added unit tests for tool * cleanup * test cleanup * new tests * del e2e file * chore: lint (#11) * lint * lint * lint * move files to different PR * move files to different pr * move files to correct pr * lint * lint * lint * lint * lint * fix test file * lint * Update protocol.ts * fix docstrings * Update client.ts * move files to correct pr * lint * lint * lint * lint * fix test file * lint * fix docstrings * Update client.ts * lint * fix any type errors * lint * clean * remove any * change any to unknown * lint * remove unused deps * move deps to correct pr * rename methods * lint * fix method name * rename methods * resolve comments * lint * use parse instead of safeparse * use parse instead of safeparse * any issue fix * any lint * fix any type issue * Update client.ts
1 parent 35822b2 commit cc6072b

File tree

9 files changed

+1092
-26
lines changed

9 files changed

+1092
-26
lines changed

packages/toolbox-core/package-lock.json

Lines changed: 258 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolbox-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"typescript": "^5.8.3"
4646
},
4747
"dependencies": {
48+
"axios": "^1.9.0",
4849
"zod": "^3.24.4"
4950
}
5051
}

0 commit comments

Comments
 (0)