Metadata-Version: 2.4
Name: github-mcp-client
Version: 0.1.0
Summary: MCP client that creates GitHub issues via stdio transport
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]<2.0,>=1.0
Requires-Dist: httpx

# github-mcp-client

MCP client that creates GitHub issues restricted to the TGS-Labs organization.

## Installation

```bash
pip install github-mcp-client
```

## Configuration

Set the following environment variables:

- `GITHUB_MCP_TOKEN`: GitHub personal access token
- `GITHUB_MCP_ENDPOINT`: URL of the GitHub MCP Server

## Usage

```bash
github-mcp-client
```

Or run as a module:

```bash
python -m github_mcp_client
```
