Skip to content

Commit 7ea426e

Browse files
committed
Bump sdk, agentic-mcp-server, mcp-server to 1.0.1
Patch release to publish updated README and description to PyPI.
1 parent f3b1daf commit 7ea426e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/agentic-mcp-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent-builder-agentic-mcp-aws-transform"
7-
version = "1.0.0"
8-
description = "MCP server that agents built with the Agent Builder SDK use at runtime to talk to AWS Transform"
7+
version = "1.0.1"
8+
description = "MCP server that agents built with the Agent Builder SDK use at runtime to communicate with AWS Transform"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
authors = [{ name = "AWS Transform Team" }]

packages/mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent-builder-mcp-aws-transform"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "MCP server for building, deploying, and managing agents on AWS Transform"
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent-builder-sdk-aws-transform"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Base agent SDK for building orchestrator and subagents on AWS Transform"
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.14"

0 commit comments

Comments
 (0)