MCPVault

scriptPath

MCP tool from MCP Bun by carlosedp

Path to the script file

How to use it

scriptPath is exposed by the MCP Bun MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the scriptPath tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL MCP BUN LISTING

Other tools in MCP Bun (39)

analyze-bun-performance

Comprehensive project performance analysis.

args

Arguments to pass to the script

bail

Stop after N failures

benchmark-bun-script

Benchmark script performance with different optimization flags.

bunArgs

Optional Bun flags (e.g., --smol, --hot)

code

Code to execute

coverage

Enable code coverage

cwd

Working directory

dependency

Specific package to install (optional)

entryPoint

Entry file to build

evalDirectory

Execution directory

get-bun-version

Get current Bun version and revision information.

get-server-logs

Retrieve server logs with filtering options

iterations

Number of test runs

list-bun-versions

List available Bun installations.

list-servers

List all running servers with status and logs

minify

Enable minification

optimizations

Hot reload, watch, smol mode options

outDir

Output directory

packageDir

Directory containing package.json

projectDir

Project directory

run-bun-build

Build and optimize projects with Bun's bundler.

run-bun-eval

Execute JavaScript/TypeScript code directly with Bun eval.

run-bun-install

Install dependencies using Bun's fast package manager.

run-bun-script

Execute npm scripts using Bun.

run-bun-script-file

Execute JavaScript/TypeScript files with Bun runtime optimizations.

run-bun-test

Execute tests with Bun's fast test runner.

scriptName

Script name to run

sourcemap

Generate source maps

splitting

Enable code splitting

start-bun-server

Start optimized Bun servers with hot reloading and watch capabilities.

start-node-server

Start Node.js servers for compatibility

stdin

Optional standard input

stop-server

Stop running servers gracefully or forcefully

target

Build target (browser, bun, node)

testPath

Test file or directory

timeout

Execution timeout

warmup

Warmup runs

watch

Enable watch mode