Skip to main content

MCP-first telemetry store for AI debugging (Python SDK)

Project description

Guck Python SDK

Guck is a tiny, MCP-first telemetry store for AI debugging. This package is the Python SDK that mirrors the JS emit behavior.

Install

pip install guck-sdk

The distribution is guck-sdk, but the import name remains guck.

Install (local dev)

uv pip install -e .

Usage

from guck import emit
from guck import install_auto_capture

emit({"message": "hello from python"})

# Optional: capture stdout/stderr automatically
handle = install_auto_capture()
print("hello from stdout")
handle.stop()

Config

The SDK reads .guck.json in your repo root. If present, .guck.local.json is merged on top for per-dev overrides. It honors the same environment variables as the JS SDK:

  • GUCK_CONFIG_PATH (or GUCK_CONFIG)
  • GUCK_DIR
  • GUCK_ENABLED
  • GUCK_SERVICE
  • GUCK_SESSION_ID
  • GUCK_RUN_ID

Auto-capture can be configured via .guck.json:

{
  "sdk": {
    "enabled": true,
    "capture_stdout": true,
    "capture_stderr": true
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guck_sdk-0.19.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

guck_sdk-0.19.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file guck_sdk-0.19.1.tar.gz.

File metadata

  • Download URL: guck_sdk-0.19.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for guck_sdk-0.19.1.tar.gz
Algorithm Hash digest
SHA256 f66e432d3363b7c2c0e9544ef04c40389908d5fa7778658f950ef076be5a04f1
MD5 756bd283ade1a92eaa8960b2add985a3
BLAKE2b-256 10a4b0aea43f405e088f33cb65485b9a9275b5bac3526b1de25bac99b8783f67

See more details on using hashes here.

Provenance

The following attestation bundles were made for guck_sdk-0.19.1.tar.gz:

Publisher: release.yml on tillkolter/guck-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guck_sdk-0.19.1-py3-none-any.whl.

File metadata

  • Download URL: guck_sdk-0.19.1-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for guck_sdk-0.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d7f6e8fe0915d1f04eb96f1487eda15070bf648e1a5159845bfa619aa24f95de
MD5 867d4299b0342a405f90cad19d2c4742
BLAKE2b-256 8470c85ae736ab3d9c654f2b429c522c2d97b7f217b5d712b0dbc8b23c75728f

See more details on using hashes here.

Provenance

The following attestation bundles were made for guck_sdk-0.19.1-py3-none-any.whl:

Publisher: release.yml on tillkolter/guck-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page