@miraigent/free-ai-ops-mcp 0.1.33 → 0.1.34

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.34] - 2026-07-09
4
+
5
+ ### Changed
6
+
7
+ - Added a README version-check command so npm and GitHub users can confirm the
8
+ public registry version before debugging local npx or desktop MCP client
9
+ cache behavior.
10
+
3
11
  ## [0.1.33] - 2026-07-08
4
12
 
5
13
  ### Changed
package/README.md CHANGED
@@ -55,6 +55,14 @@ If you are checking the package from npm search, run the public help first:
55
55
  The help output lists the available MCP tools, the one-command smoke test, and
56
56
  the public-safe boundary before you send any JSON-RPC input.
57
57
 
58
+ If a local npx cache or desktop MCP client appears stale, compare it with the
59
+ public registry version before changing private client configuration:
60
+
61
+ npm view @miraigent/free-ai-ops-mcp version
62
+
63
+ The version printed by `npm view` should match the version shown in the package
64
+ help output and in the MCP `initialize` response.
65
+
58
66
  If the result is unclear, open a Tried It feedback issue with synthetic input
59
67
  only. A useful issue can be as small as:
60
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miraigent/free-ai-ops-mcp",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
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",