arcade-mcp/toolkits/slack
Renato Byrro 27d8aa7f43
Fix bug in slack tool pagination (#232)
The `get_conversation_metadata_by_name` tool retrieves conversation
metadata from another tool, `list_conversations_metadata`, but was
accessing the `next_cursor` using the Slack API response dict structure,
instead of the tool response structure. As a result, in that tool, the
tool would never actually paginate to the second page. This PR fixes it
and also adjust tests to capture the issue appropriately.
2025-01-27 12:23:00 -08:00
..
arcade_slack Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
evals Slack Tools (#162) 2025-01-23 18:15:52 -08:00
tests Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
.pre-commit-config.yaml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
.ruff.toml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
conftest.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
pyproject.toml Weekly Toolkit Release (#222) 2025-01-23 18:46:05 -08:00