@miraigent/free-ai-ops-mcp 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.40] - 2026-07-16
4
+
5
+ ### Changed
6
+
7
+ - Added a public npm command to the prompt-risk JSON-RPC session example so
8
+ users can test the stop-before-AI-use path before cloning the repository or
9
+ connecting private workflow data.
10
+
3
11
  ## [0.1.39] - 2026-07-15
4
12
 
5
13
  ### Added
@@ -13,6 +13,10 @@ From the repository root:
13
13
 
14
14
  npm run mcp < examples/prompt-risk-json-rpc-session/sample-session.jsonl
15
15
 
16
+ From the public npm package:
17
+
18
+ npx -y free-ai-ops-mcp@npm:@miraigent/free-ai-ops-mcp < examples/prompt-risk-json-rpc-session/sample-session.jsonl
19
+
16
20
  You should receive three JSON-RPC response lines. The final response should
17
21
  include a `prompt_risk_review` result with:
18
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miraigent/free-ai-ops-mcp",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Free MCP server for developers adding human review gates, prompt risk checks, FAQ review, and CRM note safety to AI tools.",
5
5
  "homepage": "https://github.com/Miraigent/miraigent-free-ai-ops-mcp",
6
6
  "type": "module",