New local testing tool that helps test connectivity and functionality outside of agents.
The dev_console requires that you clone the repo locally and have the Python SDK installed. Check the README for instructions.
New diagnostic settings are available in the config, set through environment variables, which allow for detailed logs to help troubleshoot issues.
diagnostics:
enabled: ${oc.env:UNIFI_MCP_DIAGNOSTICS,false}
log_tool_args: ${oc.env:UNIFI_MCP_DIAG_LOG_TOOL_ARGS,true}
log_tool_result: ${oc.env:UNIFI_MCP_DIAG_LOG_TOOL_RESULT,true}
max_payload_chars: ${oc.env:UNIFI_MCP_DIAG_MAX_PAYLOAD,2000}What's Changed
Full Changelog: v0.1.2...v0.1.3