Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAB-871-mcp-ro-component-tools2 #12

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
49d6c35
KAB-871 feat(tools): add structured output and modularize component t…
mariankrotil Mar 18, 2025
0a7397b
KAB-871 refactor: move cmp tools to sep file
mariankrotil Mar 18, 2025
1c50530
KAB-871 style: apply black
mariankrotil Mar 18, 2025
69b8723
KAB-871 refactor: udpate wrt reviews
mariankrotil Mar 21, 2025
b153083
KAB-871 feat: add component client
mariankrotil Mar 21, 2025
4978062
KAB-871 fix: remove unused imports, isort, black
mariankrotil Mar 21, 2025
f515f39
KAB-871 refactor: add return type
mariankrotil Mar 21, 2025
d55689b
KAB-871 style: black isort apply
mariankrotil Mar 21, 2025
febc2d9
KAB-871 test: add conftest to mock context
mariankrotil Mar 21, 2025
4806aa3
KAB-871 test: add assessing component tools
mariankrotil Mar 21, 2025
c7bc5b6
KAB-871 test: remove component client
mariankrotil Mar 21, 2025
2a24cc9
KAB-871 fix: remove incorrect async calls
mariankrotil Mar 21, 2025
124c437
KAB-871 chore: update vers
mariankrotil Mar 21, 2025
105eac5
KAB-871 fix: async func
mariankrotil Mar 21, 2025
9fc97ec
KAB-871 chore: update coverage
mariankrotil Mar 21, 2025
39b9732
Merge branch 'master' into KAB-871-mcp-ro-component-tools2
mariankrotil Mar 24, 2025
7043c51
KAB-871 fix: remove await fc on non-async fctions
mariankrotil Mar 24, 2025
46cb422
KAB-871 ci: update gitignore
mariankrotil Mar 24, 2025
b00e206
KAB-871 refactor(delete): remove coverage files from git tracking
mariankrotil Mar 24, 2025
81c8bb7
KAB-871 test: update tests and conftest fixtures accordingly
mariankrotil Mar 27, 2025
3e63a66
KAB-871 style: update test comment
mariankrotil Mar 27, 2025
3d6d690
KAB-871 test: apply black
mariankrotil Mar 27, 2025
56a2132
KAB-871 test: remove unused imports
mariankrotil Mar 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
Binary file removed .coverage
Binary file not shown.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ wheels/
*.egg-info
.idea/
.vscode/

# Virtual environments
.venv

.env
# Coverage files
.coverage
Expand Down
383 changes: 0 additions & 383 deletions coverage.xml

This file was deleted.

Loading