Skip to content

Releases: perfsage/perfsage-jmeter-mcp

v0.2.1

Choose a tag to compare

@aashu320 aashu320 released this 09 Aug 15:03
4e793a6

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

Choose a tag to compare

@aashu320 aashu320 released this 09 Aug 14:37
af3019c

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-mcp

See docs/PUBLISHING.md for PyPI trusted-publisher setup if the publish job needs a one-time PyPI configuration.