@miraigent/free-ai-ops-mcp 0.1.5 → 0.1.6
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 +12 -0
- package/README.md +9 -1
- package/mcp/free-ai-ops-server.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.6] - 2026-06-08
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Added a Tried It feedback issue template for users who run the MCP package and
|
|
8
|
+
want to report setup friction, unclear JSON-RPC input, or confusing output.
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Added direct README links for Tried It feedback, workflow requests, and bug
|
|
13
|
+
reports so GitHub visitors have a clearer next action after running npx.
|
|
14
|
+
|
|
3
15
|
## [0.1.5] - 2026-06-07
|
|
4
16
|
|
|
5
17
|
### Changed
|
package/README.md
CHANGED
|
@@ -32,10 +32,18 @@ https://miraigent.gumroad.com/l/human-review-gate-ai-drafts?utm_source=github&ut
|
|
|
32
32
|
## What To Do Next
|
|
33
33
|
|
|
34
34
|
- Try one tool with synthetic data.
|
|
35
|
-
-
|
|
35
|
+
- Share what happened in the Tried It feedback issue if setup, JSON-RPC input,
|
|
36
|
+
or the returned gate decision was unclear.
|
|
37
|
+
- Open a workflow request if a risk flag, status, or output field is missing.
|
|
36
38
|
- Use the Gumroad kit only if you want CSV/checklist files instead of npm.
|
|
37
39
|
- Adapt the review-gate fields before connecting private systems or real users.
|
|
38
40
|
|
|
41
|
+
Issue entry points:
|
|
42
|
+
|
|
43
|
+
- Tried It feedback: https://github.com/Miraigent/miraigent-free-ai-ops-mcp/issues/new?template=tried_it_feedback.md
|
|
44
|
+
- Workflow request: https://github.com/Miraigent/miraigent-free-ai-ops-mcp/issues/new?template=free_mcp_candidate_request.md
|
|
45
|
+
- Bug report: https://github.com/Miraigent/miraigent-free-ai-ops-mcp/issues/new?template=free_mcp_bug_report.md
|
|
46
|
+
|
|
39
47
|
## Alpha Tools
|
|
40
48
|
|
|
41
49
|
- human_review_gate: decide whether an AI draft should be sent, reviewed, or stopped.
|
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.6",
|
|
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",
|