Releases: tehprof/support-mcp
Releases · tehprof/support-mcp
Release list
v1.2.0 — Company sync + accurate tool count
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 companycontact_external_id— strongest contact identity keyclient_name/client_email/client_phone— the contact personexternal_ref— ticket-level idempotency (a repeat call returns the existing ticket asdeduplicated: 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_inforoutes 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
LICENSEfile (previously referenced but missing) and aCHANGELOG.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
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-mcpURLs 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
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
- MCP endpoint: https://support.tehprof.kz/mcp
- Server card: https://support.tehprof.kz/.well-known/mcp.json
- Repo: https://github.com/ilay25-coder/support-mcp