MockServer is a testing server and proxy that imitates APIs, records and changes network traffic, and deliberately introduces failures. It is for developers testing applications against unavailable dependencies, debugging requests, and checking how systems handle degraded services across several network protocols. The catalogue add-ons help operate, configure, and test MockServer.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/mock-server/mockserver-monorepo/release-managementgit clone --depth 1 https://github.com/mock-server/mockserver-monorepoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/mock-server/mockserver-monorepo/release-management)<a href="https://agentmods.dev/commands/mock-server/mockserver-monorepo/release-management"><img src="https://agentmods.dev/badge/commands/mock-server/mockserver-monorepo/release-management.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00075 | $0.01116 |
| Opus 5 | $0.00037 | $0.00558 |
| Sonnet 5 | $0.00015 | $0.00223 |
| Haiku 4.5 | $0.00007 | $0.00112 |
Grade A, and why
release-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prepare a MockServer Release
Use this workflow before triggering the mockserver-release Buildkite pipeline.
Required Inputs
Inspect these sources every time:
changelog.md— especially the## [Unreleased]sectionmockserver/pom.xml— current development-SNAPSHOTversion.buildkite/release-pipeline.yml— supported release parameters and automated stepsdocs/operations/release-process.md— operator-facing release guidance- Git tags matching
mockserver-X.Y.Z— latest numeric release is the authoritativeold-version
If AWS access is available, also verify the required secrets exist and contain the expected keys without printing secret values.
Version Recommendation Rules
Recommend the next release from the latest numeric mockserver-X.Y.Z tag, not from the current -SNAPSHOT alone.
Apply these rules in order:
- Major release — if any unreleased changelog bullet is explicitly marked
BREAKING: - Minor release — if there are meaningful bullets under
AddedorChangedand noBREAKING:markers - Patch release — if there are only meaningful bullets under
Fixed - Block release — if the unreleased changelog is empty, vague, or not ready to publish
Definitions:
- A "meaningful bullet" is a non-empty
- ...entry BREAKING:should appear at the start of an unreleased bullet when a major version bump is intended
Derived values:
release-version: recommended SemVer releasenext-version:release-versionpatch increment plus-SNAPSHOTold-version: latest numericmockserver-X.Y.Ztagrelease-type:fullunless the user explicitly wants a partial reruncreate-versioned-site:yesfor major or minor releases,nofor patch releases
Readiness Checks
Validate each of these before declaring the release ready:
changelog.mdhas meaningful unreleased bulletschangelog.mddoes not already contain a section for the proposedrelease-versionmockserver/pom.xmlis currently on anX.Y.Z-SNAPSHOTversion- The pipeline supports the required outputs for this release:
- Maven Central core artifacts
mockserver-maven-plugin- Docker Hub and AWS ECR Public images
mockserver-nodemockserver-client- Helm
- Javadoc
- SwaggerHub / OpenAPI
- website
- JSON Schema
- PyPI
- RubyGems
- GitHub Release
- Required secrets are present:
mockserver-build/sonatypemockserver-build/dockerhubmockserver-build/pypimockserver-build/rubygemsmockserver-release/gpg-keymockserver-release/github-tokenmockserver-release/totp-seedmockserver-release/npm-tokenmockserver-release/swaggerhubmockserver-release/website-role
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 118 lines · 75 tokens per session scan A 107a338acefa
release-management is a command published in the GitHub repository mock-server/mockserver-monorepo (4,964 stars, last pushed yesterday), licensed Apache-2.0. It adds 75 tokens to every session and 1,116 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
Release Version
自动更新版本号、基于git日志生成修订日志、安装依赖、构建、打标签并发布到npm.
archive
name: OpenSpec: Archive description: Archive a deployed OpenSpec change and update specs. category: OpenSpec tags: [openspec, archive].
create-pr
Rebase from the latest origin/main, squash the commits from it, and then create a PR on github with intelligent commit messages based on staged changes. Invoke with /create-pr.
push-and-release
Git pull, resolve conflicts, push, fix hook errors, then release.
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.