Skip to content

feat: SDK v6.1.0 — tool aliases, localhost telemetry#136

Merged
saurabhjain1592 merged 3 commits intomainfrom
feat/sdk-v6.1.0
Apr 6, 2026
Merged

feat: SDK v6.1.0 — tool aliases, localhost telemetry#136
saurabhjain1592 merged 3 commits intomainfrom
feat/sdk-v6.1.0

Conversation

@saurabhjain1592
Copy link
Copy Markdown
Member

Summary

  • check_tool_input() / check_tool_output() aliases for generic tool governance (existing mcp_check_input / mcp_check_output remain supported)
  • Anonymous telemetry now enabled by default for all endpoints, including localhost/self-hosted evaluation. Opt out with DO_NOT_TRACK=1 or AXONFLOW_TELEMETRY=off.

Test plan

  • pytest tests/test_telemetry.py — telemetry changes verified
  • Alias delegation verified via existing mcp_check tests
  • E2E: governed-tools Python example passes 8/8 tests

…t telemetry

- Add check_tool_input() and check_tool_output() as generic aliases for
  mcp_check_input() and mcp_check_output() on both async and sync clients
- Remove localhost telemetry suppression — anonymous telemetry now enabled
  by default for all endpoints including localhost/self-hosted evaluation
- Opt out with DO_NOT_TRACK=1 or AXONFLOW_TELEMETRY=off
- Bump version to 6.1.0
@saurabhjain1592 saurabhjain1592 merged commit fc08fad into main Apr 6, 2026
12 checks passed
@saurabhjain1592 saurabhjain1592 deleted the feat/sdk-v6.1.0 branch April 7, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant