Skip to content

Commit 32cb6b0

Browse files
xplusplusaiclaude
andcommitted
Release v2.0.6 - Fix MCP protocol and emoji display
Critical Fixes: - Removed stdin.setEncoding that was breaking MCP STDIO protocol - Was causing 60-second initialization timeouts - MCP SDK handles encoding internally - Tools now load correctly in Claude Desktop UX Improvements: - Removed all emoji characters from Golden Path prompts - Fixes corrupted character display in Claude Desktop - Cleaner, more readable prompt text 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cbaac31 commit 32cb6b0

File tree

6 files changed

+34
-38
lines changed

6 files changed

+34
-38
lines changed

dist/prompts/goldenPathPrompts.js

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

dist/server.js

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

dist/server.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.

dist/utils/config.js

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": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
55
"type": "module",
66
"bin": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "io.github.xplusplusai/fo-semantic-mcp",
44
"title": "FO Semantic MCP",
55
"description": "Semantic search over 50,000+ Dynamics 365 F&O artifacts: tables, forms, classes, and more.",
6-
"version": "2.0.5",
6+
"version": "2.0.6",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "fo-semantic-mcp",
11-
"version": "2.0.5",
11+
"version": "2.0.6",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)