@kirrosh/zond 0.7.0 → 0.7.1

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @kirrosh/zond
1
+ # zond
2
2
 
3
3
  Point your AI agent at an OpenAPI spec. Get working tests in minutes. No config, no cloud, no Postman.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirrosh/zond",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "API testing platform — define tests in YAML, run from CLI or WebUI, generate from OpenAPI specs",
5
5
  "license": "MIT",
6
6
  "module": "index.ts",
package/src/mcp/server.ts CHANGED
@@ -25,7 +25,7 @@ export async function startMcpServer(options: McpServerOptions = {}): Promise<vo
25
25
 
26
26
  const server = new McpServer({
27
27
  name: "zond",
28
- version: "0.4.0",
28
+ version: "0.7.1",
29
29
  });
30
30
 
31
31
  // Register all tools