Releases: perfsage/perfsage-jmeter-mcp
Releases · perfsage/perfsage-jmeter-mcp
Release list
v0.2.1
Fixes
- Document install via `uvx` / `uv tool install` for PEP 668 / uv-managed Python
- Add `--version` / `--help` so the CLI can be smoke-tested without starting MCP
- CI installs the built wheel and verifies the entrypoint before publish
Install
```bash
uvx perfsage-jmeter-mcp
or
uv tool install perfsage-jmeter-mcp
```
v0.2.0 — edit_jmx + PyPI pipeline
What's new
- edit_jmx MCP tool: structured ops for workload (incl. burst), sampler edits, loops/while, JSR223
- GitHub Actions CI + trusted-publisher PyPI workflow
- Package version 0.2.0
Install
pip install perfsage-jmeter-mcp==0.2.0
# or
uvx perfsage-jmeter-mcpSee docs/PUBLISHING.md for PyPI trusted-publisher setup if the publish job needs a one-time PyPI configuration.