We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alekspetrov/mcp-docs-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
title: Changelog
description: Version history and changes for the MCP Docs Service
author: Claude
date: 2024-06-15
tags:
- changelog
- version
- history
status: published
---
# Changelog
All notable changes to the MCP Docs Service will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.0] - 2024-06-15
### Added
- Made tolerance mode the default behavior for documentation health checks
- Added resilient handling of missing or poorly structured documentation
- Improved error handling for non-existent directories
### Changed
- Updated health check scoring algorithm to be more lenient by default
- Improved error messages to be more helpful and user-friendly
- Updated documentation to reflect the resilient-by-default approach
## [0.5.0] - 2024-05-30
### Added
- Documentation validation features
- Link validation
- Metadata validation
- Health check reporting
### Changed
- Improved error handling
- Enhanced documentation structure
## [0.4.0] - 2024-04-15
### Added
- Enhanced structure management
- Create folder functionality
- Move document functionality
- Rename document functionality
- Update navigation order functionality
- Create section functionality
### Changed
- Improved navigation generation
- Enhanced error handling
## [0.3.0] - 2024-03-01
### Added
- Knowledge base generation
- Documentation health checks
- Search functionality improvements
### Changed
- Improved MCP integration
- Enhanced error handling
## [0.2.0] - 2024-02-01
### Added
- Basic document operations
- Reading and writing documentation
- Editing documentation
- Listing and searching documentation
### Changed
- Initial MCP integration
## [0.1.0] - 2024-01-15
### Added
- Initial release
- Basic functionality for reading markdown files
- Simple navigation generation