Commit Graph

5 Commits

Author SHA1 Message Date
d88cedc8a0 style: format and lint code 2026-03-18 14:03:20 +08:00
ddc175edc3 test: add integration test for config flow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 14:01:46 +08:00
1cb699820f feat: add get_default_config_path function
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 13:48:37 +08:00
03ba3dc88e feat: add get_server_config function with validation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 13:43:09 +08:00
c1258bda3e feat: add config module with load_config function
Add TOML configuration file support with:
- ConfigError exception class for config-related errors
- load_config() function to parse TOML files with proper error handling
- Tests for missing file and invalid TOML syntax scenarios

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 13:37:00 +08:00