Metadata-Version: 2.4
Name: elm-mcp
Version: 0.1.0
Summary: MCP Server for IBM ELM (Engineering Lifecycle Management)
Project-URL: Homepage, https://github.com/filhocf/elm-mcp
Project-URL: Source, https://github.com/filhocf/elm-mcp
Author-email: Claudio Ferreira Filho <filhocf@gmail.com>
License: MIT
Keywords: alm,elm,ibm,jazz,mcp,oslc
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: elmclient>=0.37.0
Requires-Dist: mcp[cli]>=1.9.0
Description-Content-Type: text/markdown

# elm-mcp

MCP Server for IBM ELM (Engineering Lifecycle Management).

Exposes IBM ELM/Jazz work items, requirements, and projects as MCP tools.

## Install

```bash
uvx elm-mcp
# or
pip install elm-mcp
```

## Configuration

Create `~/.elm_creds.json`:
```json
{
  "username": "your.user",
  "password": "your.password"
}
```

## Requirements

- IBM ELM/Jazz server accessible (e.g., `https://alm.dataprev.gov.br`)
- Valid credentials with API access
