mcp-docs-service 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,20 @@
|
|
2
2
|
|
3
3
|
All notable changes to the MCP Docs Service will be documented in this file.
|
4
4
|
|
5
|
+
## [0.2.4] - 2024-05-15
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
|
9
|
+
- Resolved orphaned documents issue by improving navigation structure
|
10
|
+
- Enhanced documentation health check reporting
|
11
|
+
- Updated documentation with comprehensive examples and guides
|
12
|
+
|
13
|
+
### Added
|
14
|
+
|
15
|
+
- Added index.md files to all documentation sections for better navigation
|
16
|
+
- Improved documentation structure with proper navigation hierarchy
|
17
|
+
- Added health report documentation
|
18
|
+
|
5
19
|
## [0.2.2] - 2024-03-12
|
6
20
|
|
7
21
|
### Fixed
|
package/package.json
CHANGED