Skip to content

Commit ae47801

Browse files
committed
Correct wording about client compatibility
Fixed the description to accurately reflect: - Structured Content: For older clients with structured content display and MCP protocol compliance - Embedded JSON in Text: For newer clients with structured content display issues This matches the actual technical situation where older clients properly display structured content while newer clients have display issues with structured content.
1 parent 44a3993 commit ae47801

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Technical Details
1818
- Maintains backward compatibility with both older and newer Cursor IDE versions
19-
- Structured content available for MCP-compliant clients
20-
- Embedded JSON in text content for clients with structured content display issues
19+
- Structured content available for older clients with structured content display and MCP protocol compliance
20+
- Embedded JSON in text content for newer clients with structured content display issues
2121
- Fixed fullLocalPath usage instructions
2222

2323
### ⚠️ Compatibility Note

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Transform your F&O development workflow with AI-powered semantic search over 50,
3333

3434
**Cursor IDE Compatibility**: This version temporarily returns search results in **two formats simultaneously** to ensure compatibility across all Cursor IDE versions:
3535

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
36+
1. **Structured Content** - For older clients with structured content display and MCP protocol compliance
37+
2. **Embedded JSON in Text** - For newer clients with structured content display issues
3838

3939
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.
4040

0 commit comments

Comments
 (0)