Skip to content

Commit bb7af53

Browse files
xplusplusaiclaude
andcommitted
Bump version to 2.0.2 - Clean package release
Version bump to republish with .npmignore rules: - Package size reduced from 27.6 kB to 19.3 kB (30% smaller) - Removed dev documentation from npm package - Removed security tokens and executables - 21 files instead of 27 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 21f2080 commit bb7af53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1",
3+
"version": "2.0.2",
44
"description": "Model Context Protocol server providing semantic search over Dynamics 365 F&O artifacts.",
55
"mcpName": "io.github.xplusplusai/fo-semantic-mcp",
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.0.1",
6+
"version": "2.0.2",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "fo-semantic-mcp",
11-
"version": "2.0.1",
11+
"version": "2.0.2",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)