Skip to content

Commit 2628328

Browse files
xplusplusaiclaude
andcommitted
Release v1.1.1: Fix MCP Client Compatibility Issues
πŸ› **MCP Client Compatibility Fix** ### Fixed - βœ… **Cursor IDE 2025 Compatibility**: Fixed structured content display issues in newer Cursor versions - βœ… **Response Format**: Now returns single text response with embedded JSON instead of separate structuredContent - βœ… **File Path Instructions**: Corrected guidance to use fullLocalPath directly instead of concatenating paths - βœ… **AI Client Parsing**: Structured data now included as parseable JSON text for better AI assistant integration ### Changed - πŸ”„ **MCP Response Format**: Simplified from dual-part response to single text response with embedded JSON - πŸ“ **Instructions**: Updated file access instructions to reflect correct fullLocalPath usage πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9032c37 commit 2628328

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to FO Semantic MCP Server will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2025-10-01
9+
10+
πŸ› **MCP Client Compatibility Fix**
11+
12+
### Fixed
13+
- βœ… **Cursor IDE 2025 Compatibility**: Fixed structured content display issues in newer Cursor versions
14+
- βœ… **Response Format**: Now returns single text response with embedded JSON instead of separate structuredContent
15+
- βœ… **File Path Instructions**: Corrected guidance to use `fullLocalPath` directly instead of concatenating paths
16+
- βœ… **AI Client Parsing**: Structured data now included as parseable JSON text for better AI assistant integration
17+
18+
### Changed
19+
- πŸ”„ **MCP Response Format**: Simplified from dual-part response to single text response with embedded JSON
20+
- πŸ“ **Instructions**: Updated file access instructions to reflect correct fullLocalPath usage
21+
22+
---
23+
824
## [1.1.0] - 2025-01-06
925

1026
### Changed

β€Ždist/tools/searchFOArtifacts.jsβ€Ž

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/tools/searchFOArtifacts.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fo-semantic-mcp",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
Β (0)