arcade-mcp/libs/arcade-mcp-server/arcade_mcp_server
Eric Gustin 8c312b37e2
Track whether a tool call event happened (#661)
We are now tracking whether a tool call event happens. We track generic
"failure reasons" if the tool call fails. We DO NOT track names of
tools, tool parameters, or any PII.

Event name: 
- MCP tool called

Properties:
- is_execution_success
- failure_reason - one of "missing requirements", "transport
restriction", "error during tool execution", "unknown tool", "internal
error calling tool" or doesn't exist in the case of successful tool
execution.
- arcade_mcp_server_version
- runtime_language
- os_type
- os_release
- device_timestamp

As always you can opt out via setting the `ARCADE_USAGE_TRACKING`
environment variable to 0.
2025-10-30 13:19:46 -07:00
..
auth Local MCP Fixes and Address General Feedback (#586) 2025-09-29 16:00:47 -07:00
fastapi Local MCP Fixes and Address General Feedback (#586) 2025-09-29 16:00:47 -07:00
managers Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
middleware MCP Local (#563) 2025-09-25 15:28:15 -07:00
transports Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
usage Track whether a tool call event happened (#661) 2025-10-30 13:19:46 -07:00
__init__.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
__main__.py Display tool names in catalog on arcade_mcp_server startup (#651) 2025-10-24 11:07:25 -07:00
context.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
convert.py Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
exceptions.py Re-import arcade_core errors into arcade_mcp_server (#620) 2025-10-13 17:48:54 -07:00
lifespan.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
mcp_app.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
server.py Track whether a tool call event happened (#661) 2025-10-30 13:19:46 -07:00
session.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
settings.py Fix server info bug (#614) 2025-10-13 13:04:18 -07:00
types.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
worker.py Reload for MCPApp (#622) 2025-10-17 17:38:11 -07:00