@miraigent/free-ai-ops-mcp 0.1.3 → 0.1.4
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 +10 -0
- package/README.md +12 -13
- package/mcp/free-ai-ops-server.mjs +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.4] - 2026-06-07
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Repositioned the npm package toward developers, indie hackers, MCP builders,
|
|
8
|
+
and AI automation builders instead of general creator/audience messaging.
|
|
9
|
+
- Removed Agent Memories consumer links from the npm README so the channel
|
|
10
|
+
matches npm users.
|
|
11
|
+
- Updated npm metadata to emphasize human-in-the-loop developer tooling.
|
|
12
|
+
|
|
3
13
|
## [0.1.3] - 2026-06-07
|
|
4
14
|
|
|
5
15
|
### Changed
|
package/README.md
CHANGED
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
Free public Model Context Protocol (MCP) server for human-reviewed AI
|
|
4
4
|
operations.
|
|
5
5
|
|
|
6
|
-
Use it when AI
|
|
7
|
-
a visible review gate before
|
|
6
|
+
Use it when you are building an AI tool, MCP server, support workflow, or
|
|
7
|
+
internal automation that needs a visible human-review gate before AI output
|
|
8
|
+
reaches customers or shared systems.
|
|
8
9
|
|
|
9
10
|
## Try It In 30 Seconds
|
|
10
11
|
|
|
@@ -15,25 +16,25 @@ Run the public MCP server:
|
|
|
15
16
|
Then send a JSON-RPC tool call such as the copy-ready example in
|
|
16
17
|
examples/human-review-gate/.
|
|
17
18
|
|
|
18
|
-
If you only want the spreadsheet/checklist version
|
|
19
|
-
review kit:
|
|
19
|
+
If you are not a developer and only want the spreadsheet/checklist version
|
|
20
|
+
first, download the free review kit:
|
|
20
21
|
|
|
21
22
|
https://miraigent.gumroad.com/l/human-review-gate-ai-drafts?utm_source=github&utm_medium=readme&utm_campaign=free-ai-ops-mcp-013
|
|
22
23
|
|
|
23
24
|
## Who This Helps
|
|
24
25
|
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
26
|
+
- Developers adding review gates to AI agents or MCP tools.
|
|
27
|
+
- Indie hackers building support, FAQ, CRM, or prompt-review utilities.
|
|
28
|
+
- AI automation builders who need a safe stop/review/approve step.
|
|
29
|
+
- Teams prototyping human-in-the-loop AI workflows before integrating real data.
|
|
30
|
+
- Operators who can run npm/npx and want a small public MCP example.
|
|
29
31
|
|
|
30
32
|
## What To Do Next
|
|
31
33
|
|
|
32
34
|
- Try one tool with synthetic data.
|
|
33
35
|
- Open an issue if a risk flag, status, or output field is missing.
|
|
34
|
-
- Use the Gumroad kit
|
|
35
|
-
-
|
|
36
|
-
operating memory.
|
|
36
|
+
- Use the Gumroad kit only if you want CSV/checklist files instead of npm.
|
|
37
|
+
- Adapt the review-gate fields before connecting private systems or real users.
|
|
37
38
|
|
|
38
39
|
## Alpha Tools
|
|
39
40
|
|
|
@@ -139,6 +140,4 @@ This repository must not publish:
|
|
|
139
140
|
- Resource hub: https://miraigent.com/resources.html
|
|
140
141
|
- Parent template repository: https://github.com/Miraigent/miraigent-ai-ops-templates
|
|
141
142
|
- Free template library: https://miraigent.com/en/free-ai-operations-templates.html
|
|
142
|
-
- Agent Memories MCP catalog: https://github.com/Miraigent/Miraigent-agent-memories-mcp-catalog?utm_source=github&utm_medium=readme&utm_campaign=free-ai-ops-mcp-013
|
|
143
|
-
- Agent Memories: https://agentmemories.jp/?utm_source=github&utm_medium=readme&utm_campaign=free-ai-ops-mcp-013
|
|
144
143
|
- Free Gumroad review kit: https://miraigent.gumroad.com/l/human-review-gate-ai-drafts?utm_source=github&utm_medium=readme&utm_campaign=free-ai-ops-mcp-013
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miraigent/free-ai-ops-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Free
|
|
3
|
+
"version": "0.1.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",
|
|
7
7
|
"private": false,
|
|
@@ -39,10 +39,11 @@
|
|
|
39
39
|
"ai-safety",
|
|
40
40
|
"crm",
|
|
41
41
|
"faq",
|
|
42
|
-
"agent-memory",
|
|
43
42
|
"ai-agent",
|
|
44
43
|
"workflow-automation",
|
|
45
|
-
"review-gate"
|
|
44
|
+
"review-gate",
|
|
45
|
+
"human-in-the-loop",
|
|
46
|
+
"developer-tools"
|
|
46
47
|
],
|
|
47
48
|
"repository": {
|
|
48
49
|
"type": "git",
|