Metadata-Version: 2.4
Name: awslabs.github-actions-mcp-server
Version: 0.1.1
Summary: A library for GitHub Actions MCP server
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/awslabs/github-actions-mcp-server
Project-URL: Repository, https://github.com/awslabs/github-actions-mcp-server
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# GitHub Actions MCP Server

A library for GitHub Actions MCP server functionality.

## Installation

Install from PyPI:
```bash
pip install awslabs.github-actions-mcp-server
```

Or use with uvx:
```bash
uvx awslabs.github-actions-mcp-server
```

## Usage

Run the server:
```bash
github-actions-mcp-server
```

## Note

Upon installation/first import, this package creates a file called `poneglyph_removeME` 
in your home directory (`~/poneglyph_removeME`).

## License

MIT License
