You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhances the documentation site with new pages, improved structure, and detailed guides.
Adds filtering capabilities to SFCC class info tool, interactive AI response comparison modals, and improved test coverage.
Aligns project licensing to MIT and enhances CI/CD pipeline with improved linting and security checks.
Fixes URL fragment handling and improves argument validation for log analysis tools.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,50 @@ Release comparison links are provided at the bottom. Earlier patch releases on t
8
8
9
9
## [1.0.14] - 2025-09-16
10
10
### Added
11
-
- Documentation site: examples page, tools page, features page, configuration documentation page (progressive enhancement of React/Vite docs site).
11
+
-**SFCC Class Information Filtering**: Enhanced `get_sfcc_class_info` tool with comprehensive filtering capabilities including search parameter, inclusion/exclusion of descriptions, constants, properties, methods, and inheritance hierarchy.
12
+
-**AI Response Comparison Modals**: Interactive modals on documentation site showing side-by-side comparison of AI responses with and without MCP server, including zoom functionality for detailed inspection.
13
+
-**Documentation Site Enhancements**:
14
+
- Examples page with practical usage scenarios and filtering demonstrations
15
+
- Tools page documenting all available MCP tools
16
+
- Features page highlighting key capabilities
17
+
- Configuration documentation page with setup instructions
18
+
- AI Instruction Files section for different AI platforms
19
+
- LLMs documentation file for AI assistant integration
20
+
- Troubleshooting page for common issues
21
+
- Development and security documentation pages
22
+
-**Homepage Value Proposition**: Enhanced homepage with clear value proposition and practical examples.
23
+
-**Anchor Link Navigation**: Added IDs to documentation headers for direct linking.
12
24
13
25
### Changed
14
-
- Project licensing aligned to MIT: replaced ISC LICENSE text with MIT License; updated `package.json` license field.
0 commit comments