arcade-mcp/toolkits/slack/arcade_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
..
tools Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
__init__.py Start Slack toolkit (#17) 2024-08-22 16:12:42 -07:00
constants.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
critics.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
custom_types.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
exceptions.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
models.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
utils.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00