Releases: StacklokLabs/mcp-tef
Releases · StacklokLabs/mcp-tef
v0.0.3
What's Changed
- Fix CLI test shell scripts by @tgrunnagle in #6
- Fix claude-review workflow: remove gh pr comment instruction by @therealnb in #8
- Add Claude Code GitHub Workflow by @aponcedeleonch in #9
- Add tool name filtering to similarity recommend command by @therealnb in #15
- Add Claude Code GitHub Workflow by @aponcedeleonch in #17
- fix: respect TEF_SERVER_URL environment variable by @therealnb in #16
- Remove experiments/eval_tool_description folder by @therealnb in #7
- Add transport protocol support to MCP server configurations by @aponcedeleonch in #18
- docs: Consolidate and improve documentation structure by @therealnb in #19
New Contributors
- @tgrunnagle made their first contribution in #6
Full Changelog: v0.0.2...v0.0.3
cli-v0.0.3
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.whlOr 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 mtefQuick Start
# Deploy latest mcp-tef server
mtef deploy
# Deploy with API keys
mtef deploy \
--env OPENROUTER_API_KEY=sk-xxx \
--health-checkDocumentation
See the CLI README for full documentation.
v0.0.2
What's Changed
- Add security with proper configuration by @aponcedeleonch in #1
- Fix Ollama provider support and add CLI alias by @therealnb in #3
New Contributors
- @aponcedeleonch made their first contribution in #1
- @therealnb made their first contribution in #3
Full Changelog: v0.0.1...v0.0.2
cli-v0.0.2
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.whlOr 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-cliQuick Start
# Deploy latest mcp-tef server
mtef deploy
# Deploy with API keys
mtef deploy \
--env OPENROUTER_API_KEY=sk-xxx \
--health-checkDocumentation
See the CLI README for full documentation.