Skip to content

Commit 840901b

Browse files
committed
fix: add shellward bin entry for npx shellward, bump v0.5.13
1 parent b2f061b commit 840901b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellward",
3-
"version": "0.5.12",
3+
"version": "0.5.13",
44
"mcpName": "io.github.jnMetaCode/shellward",
55
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents.",
66
"keywords": [
@@ -43,6 +43,7 @@
4343
},
4444
"type": "module",
4545
"bin": {
46+
"shellward": "dist/mcp-server.js",
4647
"shellward-mcp": "dist/mcp-server.js"
4748
},
4849
"main": "dist/index.js",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/jnMetaCode/shellward",
77
"source": "github"
88
},
9-
"version": "0.5.12",
9+
"version": "0.5.13",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "shellward",
14-
"version": "0.5.12",
14+
"version": "0.5.13",
1515
"runtime": "node",
1616
"transport": {
1717
"type": "stdio"

0 commit comments

Comments
 (0)