# Scripts
This directory contains utility scripts for the MCP Review Server.
## Available Scripts
- **`status.js`** - Display current server capabilities and status
- **`integration-check.js`** - Check VS Code integration readiness
## Usage
```bash
# Check server status and capabilities
npm run status
# Validate VS Code integration readiness
npm run check
```
These scripts provide quick ways to verify the server configuration and readiness for deployment.