Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d87ba87c4a | |||
| 0e3e0264d6 |
@@ -16,6 +16,22 @@ CORS, and the full activity / event / wellness / power-curve / gear / custom-ite
|
||||
|
||||
[0.1.0]: https://git.farh.net/farhoodlabs/intervalsicu-mcp/releases/tag/v0.1.0
|
||||
|
||||
## v0.3.0 (2026-07-20)
|
||||
|
||||
### Feat
|
||||
|
||||
- **readiness**: add get_training_readiness synthesizer
|
||||
- **writes**: add update_wellness_bulk and update_sport_settings
|
||||
- **workouts**: add workout library read tools (get_workouts, get_workout)
|
||||
- **activities**: add search + best-efforts + interval-stats tools
|
||||
- **athlete**: add profile, sport-settings, and summary read tools
|
||||
|
||||
### Fix
|
||||
|
||||
- **athlete**: drop athlete-tag filter, harden write guardrail, guard empty echo
|
||||
- **wellness**: reject unrecognized bulk fields instead of silently dropping
|
||||
- **readiness**: calendar-anchored windows, disjoint RHR baseline, SWC floor
|
||||
|
||||
## v0.2.1 (2026-07-20)
|
||||
|
||||
### Fix
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "intervalsicu-mcp"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
description = "A Model Context Protocol server for Intervals.icu (FastMCP, native OAuth)"
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user