Skip to content

Commit 5ddfef5

Browse files
committed
Release v2.1.6: Test full workflow with MCP Registry fix
- package.json: v2.1.6 - server.json: v2.1.6 (synced!) - MCP Registry publishing re-enabled - Should publish to all 3 platforms successfully
1 parent 696d7b3 commit 5ddfef5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.1.5",
3+
"version": "2.1.6",
44
"mcpName": "io.github.xplusplusai/fo-semantic-mcp",
55
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
66
"type": "module",

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.1.5",
6+
"version": "2.1.6",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "fo-semantic-mcp",
11-
"version": "2.1.5",
11+
"version": "2.1.6",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)