Skip to content

Releases: StacklokLabs/mcp-tef

v0.0.3

13 Dec 13:15
80e7220

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

cli-v0.0.3

13 Dec 13:14
80e7220

Choose a tag to compare

mcp-tef CLI 0.0.3

Installation

Install directly from GitHub release:

uv tool install https://github.com/StacklokLabs/mcp-tef/releases/download/cli-v0.0.3/mtef-0.0.3-py3-none-any.whl

Or install from Git repository:

uv tool install "mtef @ git+https://github.com/StacklokLabs/mcp-tef.git@cli-v0.0.3#subdirectory=cli"

Upgrade

uv tool upgrade mtef

Quick Start

# Deploy latest mcp-tef server
mtef deploy

# Deploy with API keys
mtef deploy \
  --env OPENROUTER_API_KEY=sk-xxx \
  --health-check

Documentation

See the CLI README for full documentation.

v0.0.2

11 Dec 17:50
8bd4f95

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

cli-v0.0.2

11 Dec 17:49
8bd4f95

Choose a tag to compare

mcp-tef CLI 0.0.2

Installation

Install directly from GitHub release:

uv tool install https://github.com/StacklokLabs/mcp-tef/releases/download/cli-v0.0.2/mcp_tef_cli-0.0.2-py3-none-any.whl

Or install from Git repository:

uv tool install "mcp-tef-cli @ git+https://github.com/StacklokLabs/mcp-tef.git@cli-v0.0.2#subdirectory=cli"

Upgrade

uv tool upgrade mcp-tef-cli

Quick Start

# Deploy latest mcp-tef server
mtef deploy

# Deploy with API keys
mtef deploy \
  --env OPENROUTER_API_KEY=sk-xxx \
  --health-check

Documentation

See the CLI README for full documentation.