Skip to content

Commit a41c4f1

Browse files
xplusplusaiclaude
andcommitted
Release v1.3.1: Embedded Instructions Security Enhancement
Major security and distribution improvement: MCP instructions now embedded directly in compiled code. Changes: - Instructions compiled into embeddedInstructions.js (30KB) at build time - No external markdown files in release - proprietary content protected - Self-contained distribution with no file dependencies - Cleaner release package with only essential runtime files This release ensures the proprietary instruction content is not exposed as plain text while maintaining full AI guidance capability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c09f27 commit a41c4f1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.3.1] - 2025-10-08
9+
10+
**Embedded Instructions - Security Enhancement**
11+
12+
### Changed
13+
- **Embedded Instructions**: MCP instructions now compiled directly into JavaScript at build time
14+
- **Security**: Proprietary instruction content no longer exposed as plain text markdown files
15+
- **Self-Contained**: No external file dependencies - instructions embedded in compiled code
16+
- **Distribution**: Cleaner release package with only essential runtime files
17+
18+
### Technical Changes
19+
- Instructions embedded at build time via `embeddedInstructions.js` (30KB compiled)
20+
- Removed external markdown file dependency from release distribution
21+
- Instructions compiled into JavaScript bundle, not readable as plain text
22+
- Maintains full AI guidance capability with enhanced security
23+
24+
### Fixed
25+
- Release package no longer includes development/documentation files
26+
- Removed redundant examples folder (configs available in README)
27+
- Removed MCP instruction markdown from public distribution
28+
29+
---
30+
831
## [1.3.0] - 2025-10-08
932

1033
**AI Workflow Enhancement - The Golden Path**

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.3.0",
3+
"version": "1.3.1",
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)