@vurb/prisma-gen 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/prisma-gen</h1>
3
3
  <p align="center">
4
- <strong>Prisma Schema MCP Tools Generator</strong> — Compile-time CRUD generation with field-level security
4
+ <strong>MCP Tools from Prisma Schema Vurb.ts</strong> — A framework for creating MCP servers from Prisma databases<br/>
5
+ Prisma Generator → MCP tools with field-level security · Tenant isolation · PII redaction · OOM protection
5
6
  </p>
6
7
  </p>
7
8
 
@@ -9,11 +10,13 @@
9
10
  <a href="https://www.npmjs.com/package/@vurb/prisma-gen"><img src="https://img.shields.io/npm/v/@vurb/prisma-gen?color=blue" alt="npm" /></a>
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" />
13
+ <a href="https://modelcontextprotocol.io/"><img src="https://img.shields.io/badge/MCP-compatible-purple" alt="MCP" /></a>
14
+ <a href="https://vurb.vinkius.com/"><img src="https://img.shields.io/badge/Vurb.ts-framework-0ea5e9" alt="Vurb.ts" /></a>
12
15
  </p>
13
16
 
14
17
  ---
15
18
 
16
- > A compile-time Prisma Generator that reads `schema.prisma` annotations and emits hardened Vurb.ts Presenters and ToolBuilders — with field-level security, tenant isolation, and OOM protection baked into the generated code.
19
+ > **MCP Tools from Prisma Schema — Vurb.ts**, the Model Context Protocol framework for building production MCP servers. A compile-time Prisma Generator that reads `schema.prisma` annotations and emits hardened MCP Presenters and ToolBuilders — with field-level security, tenant isolation, and OOM protection baked into the generated code.
17
20
 
18
21
  ## Quick Start
19
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vurb/prisma-gen",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "description": "Prisma Generator for Vurb. Reads schema annotations (@vurb.hide, @vurb.describe, @vurb.tenantKey) and emits hardened Presenters and ToolBuilders with field-level security, tenant isolation, and OOM protection.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",