Skip to content

Releases: adcontextprotocol/adcp-client-python

v1.0.5

07 Nov 10:48
d93f6e9

Choose a tag to compare

1.0.5 (2025-11-07)

Bug Fixes

  • return both message and structured content in MCP responses (#16) (696a3aa)

v1.0.4

07 Nov 02:24
5a849a9

Choose a tag to compare

1.0.4 (2025-11-07)

Bug Fixes

  • handle Pydantic TextContent objects in MCP response parser (#14) (6b60365)

v1.0.3

07 Nov 01:59
f665405

Choose a tag to compare

1.0.3 (2025-11-07)

Bug Fixes

  • parse list_creative_formats response into structured type (#12) (15b5395)

v1.0.2

06 Nov 22:24
a75d9f9

Choose a tag to compare

1.0.2 (2025-11-06)

Bug Fixes

  • correct tool name in list_creative_formats method (#10) (d9eff68)

v1.0.1

06 Nov 18:09
bf4561f

Choose a tag to compare

1.0.1 (2025-11-06)

Bug Fixes

  • use correct PYPY_API_TOKEN secret for PyPI publishing (#8) (b48a33a)

v1.0.0

06 Nov 15:58
f9cfb95

Choose a tag to compare

1.0.0 (2025-11-06)

⚠ BREAKING CHANGES

  • All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.
  • All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.
  • All client methods now require typed request objects. The legacy kwargs API has been removed for a cleaner, more type-safe interface.

Features

  • complete Python AdCP SDK with typed API and auto-generated types (#5) (bc8ebc9)

Bug Fixes

  • correct PyPI API token secret name (#6) (eae30ce)

Reverts

  • restore correct PYPY_API_TOKEN secret name (#7) (330f484)

Documentation

  • update PyPI setup guide with correct secret name and current status (085b961)

v0.1.2

05 Nov 17:01
3e8ae9f

Choose a tag to compare

0.1.2 (2025-11-05)

Bug Fixes

  • correct secret name from PYPI_API_TOKEN to PYPY_API_TOKEN (0b7599d)

v0.1.1

05 Nov 16:59
76ca691

Choose a tag to compare

0.1.1 (2025-11-05)

Bug Fixes

  • remove deprecated package-name parameter from release-please config (28d8154)

v0.1.0

05 Nov 16:30
5d66f05

Choose a tag to compare

0.1.0 (2025-11-05)

Features

  • add automated versioning and PyPI publishing (e7f8bbb)

Documentation

  • add comprehensive PyPI publishing setup guide (dcc8135)