Skip to content

Commit 39e735e

Browse files
committed
chore: release v0.6.2
Documentation Restructuring: - Reduced main README from ~766 to ~169 lines (78% reduction) - Added README for mcp-core, mcp-files, mcp-introspector crates - Workspace crates table with links to individual READMEs
1 parent e662195 commit 39e735e

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [0.6.2] - 2025-12-08
13+
14+
### Summary
15+
16+
**Documentation Restructuring**
17+
18+
This patch release refactors documentation by reducing the main README size and adding individual README files for each crate.
19+
20+
### Changed
21+
22+
- **README.md**: Reduced from ~766 to ~169 lines (78% reduction)
23+
- Kept essential overview, quick start, and feature summary
24+
- Added workspace crates table with links to individual READMEs
25+
- Moved detailed documentation to crate-specific READMEs
26+
27+
### Added
28+
29+
- **crates/mcp-core/README.md**: Foundation types, traits, and error handling documentation
30+
- **crates/mcp-files/README.md**: Virtual filesystem usage and API documentation
31+
- **crates/mcp-introspector/README.md**: MCP server analysis and rmcp SDK usage
32+
33+
---
34+
1235
## [0.6.1] - 2025-12-08
1336

1437
### Summary
@@ -921,4 +944,4 @@ Phase 6 (Optimization) is currently OPTIONAL and DEFERRED because:
921944
---
922945

923946
**Last Updated**: 2025-12-08
924-
**Version**: 0.6.1 (Production Ready)
947+
**Version**: 0.6.2 (Production Ready)

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = [ "crates/*" ]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.6.1"
7+
version = "0.6.2"
88
edition = "2024"
99
rust-version = "1.89"
1010
authors = ["Andrei G <[email protected]>"]

0 commit comments

Comments
 (0)