v0.3
Added Comdirect MCP server implementation and related workflows
- Introduced Comdirect MCP server in
mcp_server.pywith tools for account management, transactions, and document handling. - Added configuration for Comdirect credentials in
.vscode/mcp.json. - Created
MCP_USAGE.mdfor installation and usage instructions. - Implemented GitHub Actions workflows for secret scanning and testing.
- Added unit tests for Comdirect client functionality in
tests/test_client.py.