Metadata-Version: 2.4
Name: ki.aws-bedrock-agentcore-deployment-mcp-server
Version: 0.1.3
Summary: MCP server for Bedrock AgentCore deployment automation
Author-email: Ki <ki@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ki/ki.aws-bedrock-agentcore-deployment-mcp-server
Project-URL: Repository, https://github.com/ki/ki.aws-bedrock-agentcore-deployment-mcp-server
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=0.8.0.dev0
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: strands-agents>=0.1.0
Requires-Dist: strands-agents-tools>=0.1.0
Requires-Dist: bedrock-agentcore>=0.1.0
Requires-Dist: bedrock-agentcore-starter-toolkit>=0.1.0

# Ki AWS Bedrock AgentCore Deployment MCP Server

MCP server for automating Bedrock AgentCore deployment workflow.

## Installation

```bash
uvx ki.aws-bedrock-agentcore-deployment-mcp-server@latest
```

## Usage

Add to your Q CLI Agent configuration:

```json
{
  "mcpServers": {
    "ki.aws-bedrock-agentcore-deployment-mcp-server": {
      "command": "uvx",
      "args": ["ki.aws-bedrock-agentcore-deployment-mcp-server@latest"]
    }
  }
}
```

## Tools

- `run_local_test`: Local testing execution
- `setup_agentcore_env`: AgentCore environment preparation
- `run_agentcore_deploy`: AgentCore deployment execution

## Features

- Automatic virtual environment setup
- Package installation on startup
- AgentCore deployment automation
- Compatible with Q CLI Agent
