Skip to content

Commit 91ebf61

Browse files
committed
Release v1.1.2: Critical MCP Protocol Compliance Fix
**Critical Bug Fix** ### Fixed - **MCP Protocol Compliance**: Restored structuredContent field to maintain MCP protocol compliance - **Tool Output Schema**: Fixed "MCP error -32602: Tool has an output schema but no structured content was provided" - **Dual Format Support**: Now provides both embedded JSON in text content AND structured content for maximum compatibility ### Technical Details - Maintains backward compatibility with both older and newer Cursor IDE versions - Structured content available for MCP-compliant clients - Embedded JSON in text content for clients with structured content display issues - Fixed fullLocalPath usage instructions
1 parent cea8517 commit 91ebf61

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.2] - 2025-10-01
9+
10+
**Critical Bug Fix**
11+
12+
### Fixed
13+
- **MCP Protocol Compliance**: Restored `structuredContent` field to maintain MCP protocol compliance
14+
- **Tool Output Schema**: Fixed "MCP error -32602: Tool has an output schema but no structured content was provided"
15+
- **Dual Format Support**: Now provides both embedded JSON in text content AND structured content for maximum compatibility
16+
17+
### Technical Details
18+
- 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
21+
- Fixed fullLocalPath usage instructions
22+
23+
---
24+
825
## [1.1.1] - 2025-10-01
926

1027
🐛 **MCP Client Compatibility Fix**

dist/tools/searchFOArtifacts.js

Lines changed: 1 addition & 0 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.1",
3+
"version": "1.1.2",
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)