🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@preferred-natural-language/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preferred-natural-language/cli - npm Package Compare versions

Comparing version
2.0.0
to
2.0.2
+1
-1
bin/pnl-mcp.js
#!/usr/bin/env node
import '../dist/cli/src/mcp/server.js';
import '../dist/mcp/server.js';
#!/usr/bin/env node
import '../dist/cli/src/cli/index.js';
import '../dist/cli/index.js';
{
"name": "@preferred-natural-language/cli",
"version": "2.0.0",
"version": "2.0.2",
"type": "module",
"description": "CLI tool and MCP server for Preferred Natural Language detection",
"keywords": ["cli", "language", "detection", "natural-language", "mcp", "model-context-protocol"],
"keywords": [
"cli",
"language",
"detection",
"natural-language",
"mcp",
"model-context-protocol"
],
"author": "Preferred Natural Language",
"license": "MIT",
"bin": {
"pnl": "./bin/pnl.js",
"pnl-mcp": "./bin/pnl-mcp.js"
"pnl": "bin/pnl.js",
"pnl-mcp": "bin/pnl-mcp.js"
},

@@ -13,0 +20,0 @@ "scripts": {