Vercel MCP Adapter for Next.js and other frameworks
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · sse counts 1 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
roll_dice
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 2
- fs package/dist/cli/index.js :6
var fs = require('fs/promises'); - fs package/dist/cli/index.mjs :4
import fs from 'fs/promises';
shell / exec 2
- shell package/dist/cli/index.js :74
const execSync = (yield import('child_process')).execSync; - shell package/dist/cli/index.mjs :66
const execSync = (yield import('child_process')).execSync;
network 2
- net package/dist/index.js :6
var http = require('http'); - net package/dist/index.mjs :4
import { ServerResponse, IncomingMessage } from 'http';
database 2
- db package/dist/index.js :7
var redis$1 = require('redis'); - db package/dist/index.mjs :5
import { createClient } from 'redis';
declared dependencies 11
- chalk@^5.3.0
- commander@^11.1.0
- redis@^4.6.0
- @changesets/cli@^2.27.12
- @types/node@^22.15.8
- tsup@^8.0.0
- typescript@^5.0.0
- vitest@^3.2.1
- zod@^3.25.50
- @modelcontextprotocol/sdk@1.26.0
- next@>=13.0.0