Skip to content

Releases: ashev87/propstack-mcp

v1.1.0 — DSGVO data minimization & hardening

Choose a tag to compare

@ashev87 ashev87 released this 30 Jun 09:09
14e8f6c

Backward-compatible release — no changes to existing tool signatures or default behavior.

Added

  • fields parameter (data minimization, Art. 25 DSGVO) on search_contacts, search_properties, search_deals, and full_contact_360.
  • custom_filters on search_contacts / search_properties (maps to cf_<name>) — implements filtering that was documented but not wired up.
  • Datenschutz (DSGVO) README section + English pointer.
  • Per-request timeout (30s, AbortSignal) with retry and timeout-aware errors.
  • Vitest test suite (22 tests) over the pure helpers.

Changed

  • Server version is now read from package.json (was stale at 0.1.0).
  • Fixed placeholder repository/homepage/bugs URLs.

Removed

  • export_data — dumping whole raw tables into an LLM context has no practical use. Full-portfolio scanning will use server-side aggregation tools (see docs/v2-integration-plan.md).

Full changelog: CHANGELOG.md