Skip to content

v0.3

Choose a tag to compare

@mad4ms mad4ms released this 24 Jan 17:35
· 2 commits to main since this release
1ad3bfb

Added Comdirect MCP server implementation and related workflows

  • Introduced Comdirect MCP server in mcp_server.py with tools for account management, transactions, and document handling.
  • Added configuration for Comdirect credentials in .vscode/mcp.json.
  • Created MCP_USAGE.md for 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.