Skip to content

Commit 58ebd9c

Browse files
committed
feat: Initial release v0.1.0
- Initial release of BioMCP CLI and server - Supports searching ClinicalTrials.gov, PubMed/PubTator3, and MyVariant.info - Includes `search` and `get` subcommands for trials, articles, and variants - Implements basic HTTP caching - Provides initial documentation structure
1 parent f74a510 commit 58ebd9c

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,7 @@ All notable changes to this project 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-
## [Unreleased]
9-
10-
### Added
11-
- Initial `CONTRIBUTING.md` guide.
12-
- Initial `CHANGELOG.md`.
13-
- New `docs/installation.md` guide.
14-
- New `docs/getting_started.md` guide.
15-
- New `docs/server_protocol.md` explaining the `biomcp run` server and MCP usage.
16-
- New `docs/python_sdk.md` documenting library usage with examples.
17-
18-
### Changed
19-
- Revamped `docs/index.md` with more project details, installation steps, and documentation overview.
20-
- Synchronized `docs/cli/*.md` (articles, trials, variants) with source code options and arguments.
21-
- Improved structure and clarity of `docs/cli/trials.md` options list.
22-
- Clarified/Removed ambiguous `--related-*` flags documentation in `docs/cli/variants.md` and `docs/workflows.md` pending code implementation.
23-
- Added Python SDK example to `docs/workflows.md`.
24-
- Added introductory sentences clarifying audience/purpose to `docs/apis/*.md`.
25-
- Updated `docs/apis/myvariant_info.md` regarding default fields returned by search vs get.
26-
27-
### Fixed
28-
- Ensured consistent documentation of the `--json` flag across CLI docs.
29-
30-
## [0.1.0] - YYYY-MM-DD (Example - Replace with actual first release)
8+
## [0.1.0] - 2025-04-03
319

3210
### Added
3311
- Initial release of BioMCP CLI and server.

0 commit comments

Comments
 (0)