From cada7a1630909241e86d23d4747a2bb815d5acfd Mon Sep 17 00:00:00 2001 From: Alishahzad1903 Date: Wed, 15 Apr 2026 11:04:11 +0500 Subject: [PATCH 1/2] updated plugin description --- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ad1b34e..fc3ba11 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "context-matic", - "description": "General-purpose AI models are trained on public code and documentation, much of it outdated. They have no awareness of an actual API version, latest SDKs or the recommended workflows. \nContextMatic give coding assistants deterministic, version-aware API context, generated directly from your API definition and SDKs. Instead of scraping public documentation or guessing from memory, the AI is grounded in the exact OpenAPI definition, current SDK versions, executable, idiomatic code samples, and recommended integration workflows.", + "description": "ContextMatic turns your AI agents from API-guessers into API-experts. By feeding agents exact, version-aware SDK methods and typed models for providers like PayPal, Spotify, and Twilio, ContextMatic replaces guesswork and outdated training data with high-fidelity ground truth. This eliminates hallucinations and broken code, ensuring surgical accuracy across 7+ languages so your agents build with precision instead of wasting tokens on trial and error.", "version": "0.1.0", "author": { "name": "APIMatic", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 663b1dc..127809a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "context-matic", "displayName": "ContextMatic", "version": "0.1.0", - "description": "General-purpose AI models are trained on public code and documentation, much of it outdated. They have no awareness of an actual API version, latest SDKs or the recommended workflows. \n\nContextMatic give coding assistants deterministic, version-aware API context, generated directly from your API definition and SDKs. Instead of scraping public documentation or guessing from memory, the AI is grounded in the exact OpenAPI definition, current SDK versions, executable, idiomatic code samples, and recommended integration workflows.", + "description": "ContextMatic turns your AI agents from API-guessers into API-experts. By feeding agents exact, version-aware SDK methods and typed models for providers like PayPal, Spotify, and Twilio, ContextMatic replaces guesswork and outdated training data with high-fidelity ground truth. This eliminates hallucinations and broken code, ensuring surgical accuracy across 7+ languages so your agents build with precision instead of wasting tokens on trial and error.", "author": { "name": "APIMatic", "email": "developer@apimatic.io" From 74c1de93d21ecc1548c58867dfcbb9077e8985ef Mon Sep 17 00:00:00 2001 From: Alishahzad1903 Date: Wed, 15 Apr 2026 11:48:53 +0500 Subject: [PATCH 2/2] updated readme to address number of languages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44015d..1517fdd 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ Code quality scores improved from an average of **~3.0 to ~4.8** across architec ![API integration using ContextMatic](assets/images/image.png) -APIMatic takes your OpenAPI specification through the same SDK generation pipeline it uses to produce idiomatic, type-safe SDKs in 10+ languages. The resulting MCP server exposes the SDK documentation and integration patterns as structured tool responses that AI assistants can consume natively. +APIMatic takes your OpenAPI specification through the same SDK generation pipeline it uses to produce idiomatic, type-safe SDKs in 7+ languages. The resulting MCP server exposes the SDK documentation and integration patterns as structured tool responses that AI assistants can consume natively. This means the context the AI receives is: - Derived from actual generated SDK code, not raw documentation