Skip to content

Commit 2fafda3

Browse files
xplusplusaiclaude
andcommitted
Release v2.0.7 - Add mcpName field for MCP registry
- Added required mcpName field to package.json - Enables successful publication to MCP registry - No functional changes from v2.0.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 32cb6b0 commit 2fafda3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "fo-semantic-mcp",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
4+
"mcpName": "io.github.xplusplusai/fo-semantic-mcp",
45
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
56
"type": "module",
67
"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.6",
6+
"version": "2.0.7",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "fo-semantic-mcp",
11-
"version": "2.0.6",
11+
"version": "2.0.7",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)