Skip to content

Releases: tehprof/support-mcp

v1.2.0 — Company sync + accurate tool count

Choose a tag to compare

@ilay25-coder ilay25-coder released this 12 Jun 08:10

Highlights

Link tickets to the right company automatically. tickets_create now accepts your own stable external IDs for the customer company and contact — the ticket is auto-linked to the correct company, idempotently (Zendesk external_id canon), with no separate directory upload.

Tools

  • tickets_create — new optional fields:
    • company_external_id / company_bin / company_name — find-or-create and link the company
    • contact_external_id — strongest contact identity key
    • client_name / client_email / client_phone — the contact person
    • external_ref — ticket-level idempotency (a repeat call returns the existing ticket as deduplicated: true)
  • knowledge_search — reworked with tokenized ranking across title, slug, category and full content for sharper results.

Integrations / Auth

  • The tenant API key now propagates end-to-end as Authorization: Bearer.
  • system_tenant_info routes through the shared backend client (removed a hardcoded host fallback).

Docs

  • Corrected the published tool count to 36 (16 free / 5 starter / 9 pro / 6 business) across the README badge, hero and server.json — earlier metadata understated it as 28–30.
  • Added the MIT LICENSE file (previously referenced but missing) and a CHANGELOG.md.

Upgrade notes

No breaking changes. New tickets_create fields are optional — existing calls keep working. Hosted users at https://support.tehprof.kz/mcp already run this build.

v1.1.1 — moved to tehprof org

Choose a tag to compare

@ilay25-coder ilay25-coder released this 21 Apr 05:34

Patch release after GitHub organization migration.

  • All GitHub URLs in README now point at github.com/tehprof/support-mcp (the new canonical home).
  • Old ilay25-coder/support-mcp URLs continue to work automatically via GitHub 301 redirects — no client config changes required.
  • No code changes.

The MCP endpoint (https://support.tehprof.kz/mcp) is unaffected.

v1.1.0 — Security hardening + 30 tools

Choose a tag to compare

@ilay25-coder ilay25-coder released this 19 Apr 06:05

Highlights

Security

  • CORS allowlist — wildcard * replaced with explicit origins (support.tehprof.kz, claude.ai, chat.openai.com)
  • Session TTL — 1-hour inactivity timeout + eviction sweep every 5 minutes (prevents stale-session accumulation)
  • Low-level Server — migrated to raw JSON Schema input validation (enables MCP 2025-03-26 features)

Tools

  • Grew from 28 to 30 AI tools across Free / Starter / Pro / Business tiers
  • Full tier matrix documented in README

Integrations

  • Custom GPT configuration added (gpt-config.md) — publish your own ChatGPT Store assistant in 5 minutes
  • Bitrix24 Marketplace URL updated to canonical path

Docs

  • Comprehensive README rewrite (Stripe-style): badges, TOC, architecture diagram, security section, self-hosting, FAQ

Upgrade notes

No breaking changes. Clients using Authorization: Bearer <key> continue to work. If you self-host, rebuild with npm run build and restart.

Links