Metadata-Version: 2.4
Name: test-mcp-echo-server
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp

# Echo MCP Server

A simple test MCP eco server for validation and testing.

## Install

```bash
pip install git+https://github.com/axsaucedo/test-mcp-echo-server.git
```

## Run

```bash
python server.py
```

## Test

```bash
pytest -v -s
```


