1. Refactored the core usage logic from `arcade_cli` to `arcade_core` 2. Add "MCP server started" event As always, opt out by setting `ARCADE_USAGE_TRACKING` to 0.
7 lines
231 B
Python
7 lines
231 B
Python
# CLI Specific Event Names
|
|
EVENT_CLI_COMMAND_EXECUTED = "CLI execution succeeded"
|
|
EVENT_CLI_COMMAND_FAILED = "CLI execution failed"
|
|
|
|
# CLI Specific Property Names
|
|
PROP_COMMAND_NAME = "command_name"
|
|
PROP_CLI_VERSION = "cli_version"
|