Skip to content

Commit 44a3993

Browse files
committed
Add public compatibility note about dual-format response
- Added prominent note in README.md about v1.1.2 dual-format approach - Updated CHANGELOG.md with compatibility explanation - Updated GitHub release with compatibility note - Informs users that data is temporarily returned in two formats for Cursor IDE compatibility
1 parent 91ebf61 commit 44a3993

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Embedded JSON in text content for clients with structured content display issues
2121
- Fixed fullLocalPath usage instructions
2222

23+
### ⚠️ Compatibility Note
24+
**Dual-Format Response**: This version temporarily returns search results in **two formats simultaneously** (structured content + embedded JSON in text) to ensure compatibility across all Cursor IDE versions. This approach resolves both MCP protocol compliance and display issues across different client versions.
25+
2326
---
2427

2528
## [1.1.1] - 2025-10-01

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ Transform your F&O development workflow with AI-powered semantic search over 50,
2929
- **Architects** understanding system patterns
3030
- **Teams** accelerating development cycles
3131

32+
## ⚠️ Current Version Note (v1.1.2)
33+
34+
**Cursor IDE Compatibility**: This version temporarily returns search results in **two formats simultaneously** to ensure compatibility across all Cursor IDE versions:
35+
36+
1. **Structured Content** - For MCP protocol compliance and newer clients
37+
2. **Embedded JSON in Text** - For older clients with structured content display issues
38+
39+
This dual-format approach ensures the MCP server works reliably with both legacy and current Cursor IDE installations. Future versions may optimize this once MCP client standardization improves.
40+
41+
---
42+
3243
## 🔥 Real-World AI Assistant Scenarios
3344

3445
**Extension Development:**

0 commit comments

Comments
 (0)