Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Mar 21:22
d5e1caf

0.1.0 (2026-03-11)

Features

  • add get_task tool, trim body from list_tasks (28ff042)
  • add has_more pagination hint to list_tasks response (84bdcbb)
  • expose OData query parameters on list_tasks (7a7f467)
  • implement full MCP server with 13 tools (b96c4f6)
  • limit list_tasks to 25 results by default (293d22c)
  • return count and next_link instead of has_more (a826f24)

Bug Fixes

  • use list[str] for orderby parameter (1f78825)
  • use server-side OData filter for task status (b673eff)

Documentation

  • add README with usage, tools, and auth documentation (71cce2b)