@miraigent/free-ai-ops-mcp 0.1.21 → 0.1.22
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.22] - 2026-06-22
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Added response-reading guidance to the MCP JSON-RPC session example so npm and
|
|
8
|
+
GitHub users can tell whether the package is running before debugging desktop
|
|
9
|
+
MCP client configuration.
|
|
10
|
+
|
|
3
11
|
## [0.1.21] - 2026-06-21
|
|
4
12
|
|
|
5
13
|
### Changed
|
|
@@ -23,6 +23,23 @@ include a human_review_gate result with:
|
|
|
23
23
|
- reviewOwner: support lead
|
|
24
24
|
- boundary: this tool is a review helper and does not send messages
|
|
25
25
|
|
|
26
|
+
## Read The Responses
|
|
27
|
+
|
|
28
|
+
Use the response shape as a quick acceptance check before changing a desktop MCP
|
|
29
|
+
client config:
|
|
30
|
+
|
|
31
|
+
- Response 1 should include `serverInfo.name` set to
|
|
32
|
+
`miraigent-free-ai-ops-mcp`.
|
|
33
|
+
- Response 2 should include four tool names:
|
|
34
|
+
`human_review_gate`, `faq_candidate_review`, `ai_safe_crm_note`, and
|
|
35
|
+
`prompt_risk_review`.
|
|
36
|
+
- Response 3 should return a `human_review_gate` content block whose JSON text
|
|
37
|
+
includes `gateStatus`, `reviewOwner`, `nextAction`, and `boundary`.
|
|
38
|
+
|
|
39
|
+
If those fields appear in the terminal but not in Claude Desktop, Cursor, or
|
|
40
|
+
another client, the package is likely running and the next thing to check is the
|
|
41
|
+
client config, restart behavior, or command path.
|
|
42
|
+
|
|
26
43
|
## Public-Safe Feedback
|
|
27
44
|
|
|
28
45
|
If the output is unclear, open a Tried It feedback issue and include only:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miraigent/free-ai-ops-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
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",
|