Add card table functionality to Basecamp client and MCP server CLI

- Implement methods for managing card tables and columns in BasecampClient.
- Add corresponding tools in MCP server CLI for card table operations.
- Update README with new card table tools and usage examples.
- Create example script demonstrating card table API usage.
- Add unit tests for card table functionality.
This commit is contained in:
George Antonopoulos
2025-06-26 22:34:01 +01:00
parent a00d887c4a
commit 4e466c20da
6 changed files with 929 additions and 0 deletions

2
.gitignore vendored
View File

@@ -57,3 +57,5 @@ composio_client_example.py
.composio/
.env
card_table_implementation.md
card-tables-docs.md