@wiretext/mcp
Advanced tools
+5
-11
| { | ||
| "name": "@wiretext/mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "type": "module", | ||
@@ -11,7 +11,2 @@ "bin": { | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "prepublishOnly": "pnpm build" | ||
| }, | ||
| "dependencies": { | ||
@@ -27,7 +22,6 @@ "@modelcontextprotocol/sdk": "^1.0.0", | ||
| }, | ||
| "pnpm": { | ||
| "onlyBuiltDependencies": [ | ||
| "esbuild" | ||
| ] | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch" | ||
| } | ||
| } | ||
| } |
+17
-7
@@ -16,3 +16,3 @@ # Wiretext MCP Server | ||
| "command": "npx", | ||
| "args": ["@wiretext/mcp"] | ||
| "args": ["-y", "@wiretext/mcp"] | ||
| } | ||
@@ -26,3 +26,3 @@ } | ||
| ```bash | ||
| claude mcp add wiretext -- npx @wiretext/mcp | ||
| claude mcp add wiretext -- npx -y @wiretext/mcp | ||
| ``` | ||
@@ -39,3 +39,3 @@ | ||
| "command": "npx", | ||
| "args": ["@wiretext/mcp"] | ||
| "args": ["-y", "@wiretext/mcp"] | ||
| } | ||
@@ -46,2 +46,12 @@ } | ||
| ### Codex | ||
| Add to `~/.codex/config.toml`: | ||
| ```toml | ||
| [mcp_servers.wiretext] | ||
| command = "npx" | ||
| args = ["-y", "@wiretext/mcp"] | ||
| ``` | ||
| ## Tools | ||
@@ -71,3 +81,3 @@ | ||
| |------|-------------|-----------| | ||
| | `button` | Clickable button | `label` | | ||
| | `button` | Clickable button | `label`, `icon`, `align` | | ||
| | `input` | Text input field | `label`, `icon` | | ||
@@ -78,3 +88,3 @@ | `select` | Dropdown select | `label` | | ||
| | `toggle` | On/off switch | `label`, `checked` | | ||
| | `table` | Data table | `columns` | | ||
| | `table` | Data table | `columns`, `rows`, `filterable` | | ||
| | `modal` | Modal dialog | `label` | | ||
@@ -89,3 +99,3 @@ | `browser` | Browser window | `label` (URL) | | ||
| | `alert` | Alert banner | `label`, `alertType` | | ||
| | `avatar` | User avatar | `label` (initials) | | ||
| | `avatar` | User avatar | `label` (initials), `icon` | | ||
| | `divider` | Horizontal rule | `label` | | ||
@@ -95,3 +105,3 @@ | `breadcrumb` | Breadcrumb nav | `items`, `separator` | | ||
| | `stepper` | Step indicator | `items`, `activeStep` | | ||
| | `rating` | Star rating | `value`, `maxValue` | | ||
| | `rating` | Dot rating | `value`, `maxValue` | | ||
| | `skeleton` | Loading placeholder | width, height | | ||
@@ -98,0 +108,0 @@ |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
135
8%615109
-47.51%2413
-92.46%3
50%3
200%2
Infinity%