arcade-mcp/libs/tests
Eric Gustin c15c07e12f
Better Handling of MCP-specific Context usage for managed servers (#679)
Since servers managed by Arcade use the `/worker` routes under the hood,
tools that use MCP-specific properties of `Context` will fail.

This PR helps reduce the 'blast radius' of the above fact. For
properties that were deemed 'non-critical' to the execution of a
deployed tool, we simply no-op. For properties that were deemed
'critical' to the execution of a deployed tool, we raise an error that
informs the caller that the feature is not supported for Arcade managed
servers.

- Non-critical property: A context property that returns None
- Critical property: A context property that may return something that
could be necessary for a tool execution to succeed.
2025-11-07 10:26:56 -08:00
..
arcade_mcp_server Fix: Skip currently executing file during tool discovery (#668) 2025-11-03 11:26:51 -08:00
cli Server start events (#635) 2025-10-22 16:14:52 -07:00
core Better Handling of MCP-specific Context usage for managed servers (#679) 2025-11-07 10:26:56 -08:00
mcp MCP Local (#563) 2025-09-25 15:28:15 -07:00
sdk [READY][PROD-215][TDK] Adding Slack error adaptor (#577) 2025-09-24 17:26:37 -03:00
tool Tool Error Handling (#539) 2025-09-10 10:45:18 -07:00
worker MCP Local (#563) 2025-09-25 15:28:15 -07:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
conftest.py Don't send events when running CLI commands in unit tests (#600) 2025-10-03 16:29:53 -07:00