v0.25.1

pathwaycom/pathwayv0.25.1Jul 24, 2025by github-actions[bot]

AI Summary

This release adds MCP server support for LLM components and introduces a new DynamoDB write connector.

Key Highlights

  • pw.xpacks.llm.mcp_server.PathwayMcp for serving LLM endpoints as MCP tools
  • pw.io.dynamodb.write method for writing to DynamoDB

New Features

  • pw.xpacks.llm.mcp_server.PathwayMcp
  • pw.io.dynamodb.write

Full Release Notes

### Added
- `pw.xpacks.llm.mcp_server.PathwayMcp` that allows serving `pw.xpacks.llm.document_store.DocumentStore` and `pw.xpacks.llm.question_answering` endpoints as MCP (Model Context Protocol) tools.
- `pw.io.dynamodb.write` method for writing to Dynamo DB.