github sirkirby/unifi-mcp v0.1.3
Release v0.1.3

latest releases: protect/v0.8.11, access/v0.6.7, api/v0.17.8...
12 months ago

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

  • Advanced diagnostics and testing tools by @sirkirby in #15

Full Changelog: v0.1.2...v0.1.3

Don't miss a new unifi-mcp release

NewReleases is sending notifications on new releases.