@vurb/testing 3.8.1 → 3.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  <p align="center">
2
2
  <h1 align="center">@vurb/testing</h1>
3
3
  <p align="center">
4
- <strong>In-Memory MVA Pipeline Tester</strong> — Run the full execution pipeline without MCP transport
4
+ <strong>MCP Server Testing Framework — Vurb.ts</strong> — A framework for testing MCP servers in-memory<br/>
5
+ Full MVA pipeline · Egress Firewall audit · PII redaction checks · Middleware guards · Vitest · Jest · Mocha
5
6
  </p>
6
7
  </p>
7
8
 
@@ -10,11 +11,13 @@
10
11
  <a href="https://github.com/vinkius-labs/vurb.ts/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
11
12
  <img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen" alt="Node" />
12
13
  <img src="https://img.shields.io/badge/dependencies-0-brightgreen" alt="Zero Dependencies" />
14
+ <a href="https://modelcontextprotocol.io/"><img src="https://img.shields.io/badge/MCP-compatible-purple" alt="MCP" /></a>
15
+ <a href="https://vurb.vinkius.com/"><img src="https://img.shields.io/badge/Vurb.ts-framework-0ea5e9" alt="Vurb.ts" /></a>
13
16
  </p>
14
17
 
15
18
  ---
16
19
 
17
- > The official test runner for Vurb.ts applications. In-memory MVA lifecycle emulator — runs the full execution pipeline without network transport. Zero runtime dependencies. Runner agnostic (Vitest, Jest, Mocha, `node:test`).
20
+ > **MCP Server Testing Framework Vurb.ts**, the Model Context Protocol framework for building production MCP servers. In-memory MVA lifecycle emulator — runs the full execution pipeline without network transport. Zero runtime dependencies. Runner agnostic (Vitest, Jest, Mocha, `node:test`).
18
21
 
19
22
  ## Why
20
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vurb/testing",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "description": "In-memory MVA lifecycle emulator for Vurb. Runs the full pipeline (Zod Input → Middlewares → Handler → Egress Firewall) without network transport. Returns structured MvaTestResult objects — zero coupling to Jest/Vitest.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",