Skip to content

Releases: Vortiago/mcp-tekna

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 16:33
7f35c04

Installation

PyPI Package:

pip install mcp-tekna==0.3.1

Docker Image:

docker pull ghcr.io/Vortiago/mcp-tekna:0.3.1

What's Changed

  • Fix target audience mapping using price tier names by @Vortiago in #5

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:54
ee15cd3
  • Add event host, sub-organizer, and target audience fields (#4)
    • Events now include organizer, sub-organizer, and target audience information
    • Handle None SearchTargetGroup in AUDIENCE_MAP
    • Fix pyright type errors

Installation

PyPI Package:

pip install mcp-tekna==0.3.0

Docker Image:

docker pull ghcr.io/Vortiago/mcp-tekna:0.3.0

What's Changed

  • Add event host, sub-organizer, and target audience fields by @Vortiago in #4

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 20:44
d18352d

Summary

  • Add readOnlyHint=True annotation to all 4 MCP tools
    (get_member_benefits, search_events, get_event_details,
    get_news) via FastMCP's ToolAnnotations
  • Enables MCP consumers (e.g., Claude Desktop) to auto-approve tool
    calls without user confirmation, since all tools are read-only
  • Add unit tests verifying all tools expose the annotation

Test plan

  • test_all_tools_have_readonly_annotation — asserts all 4 tools
    have readOnlyHint=True
  • test_no_tool_missing_annotations — guards against future tools
    missing annotations
  • Full test suite (56 tests) passes with no regressions
  • Ruff linting clean

Installation

PyPI Package:

pip install mcp-tekna==0.2.0

Docker Image:

docker pull ghcr.io/Vortiago/mcp-tekna:0.2.0

What's Changed

  • feat: add readOnlyHint annotations to all MCP tools by @Vortiago in #3

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 19:03
733f129
  • Add MCP registry name identifier to README for PyPI ownership validation
  • Fix release workflow shell parsing error with multiline --notes string

Installation

PyPI Package:

pip install mcp-tekna==0.1.1

Docker Image:

docker pull ghcr.io/Vortiago/mcp-tekna:0.1.1

What's Changed

  • Fix MCP registry validation and release workflow by @Vortiago in #2

Full Changelog: v0.1.0...v0.1.1