Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Bauer
9c9594367c feat: add log level configuration and validation 2025-12-02 13:26:20 +01:00
Daniel Bauer
56e1a85d5e refactor: remove unused max_search_results config parameter
The max_search_results configuration parameter was only used in one
location and added unnecessary complexity. Search operations now use
a consistent default page size of 20, which aligns with the pagination
implementation and provides better user experience.

Changes:
- Remove max_search_results from CordraConfig
- Update search_objects to use default page size of 20
- Simplify tests by removing config mocking
- Maintain backward compatibility through limit parameter

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-05 12:23:57 +02:00
Daniel Bauer
744efc7e57 Revert "feat: change settings prefix to avoid clashes with projects using cordra"
This reverts commit 35d304a6c4.
2025-06-30 13:14:21 +02:00
Daniel Bauer
0fd86775ac feat: remove .env parsing du to clashes with projects using .env 2025-06-30 13:12:46 +02:00
Daniel Bauer
35d304a6c4 feat: change settings prefix to avoid clashes with projects using cordra 2025-06-30 13:01:21 +02:00
Daniel Bauer
2fdf4184de feat: change variable name for base url 2025-06-30 12:07:09 +02:00
Daniel Bauer
addfea8698 fix: update project name to 'cordra-mcp' in configuration files 2025-06-30 11:51:08 +02:00