@miraigent/free-ai-ops-mcp 0.1.25 → 0.1.26

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.26] - 2026-06-29
4
+
5
+ ### Changed
6
+
7
+ - Clarified the bug report template so npm, Claude Desktop, Cursor, and custom
8
+ MCP users can include version, runtime, command shape, and synthetic JSON-RPC
9
+ reproduction details without sharing private data.
10
+
3
11
  ## [0.1.25] - 2026-06-28
4
12
 
5
13
  ### Added
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const serverInfo = { name: 'miraigent-free-ai-ops-mcp', version: '0.1.25' };
3
+ const serverInfo = { name: 'miraigent-free-ai-ops-mcp', version: '0.1.26' };
4
4
 
5
5
  const tools = [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miraigent/free-ai-ops-mcp",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
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",