@miraigent/free-ai-ops-mcp 0.1.3 → 0.1.5

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.5] - 2026-06-07
4
+
5
+ ### Changed
6
+
7
+ - Updated LAUNCH_FLOW.md so the package distribution route stays focused on
8
+ npm/GitHub developers and issue feedback.
9
+ - Removed remaining Agent Memories consumer routing from the npm package files.
10
+
11
+ ## [0.1.4] - 2026-06-07
12
+
13
+ ### Changed
14
+
15
+ - Repositioned the npm package toward developers, indie hackers, MCP builders,
16
+ and AI automation builders instead of general creator/audience messaging.
17
+ - Removed Agent Memories consumer links from the npm README so the channel
18
+ matches npm users.
19
+ - Updated npm metadata to emphasize human-in-the-loop developer tooling.
20
+
3
21
  ## [0.1.3] - 2026-06-07
4
22
 
5
23
  ### Changed
package/LAUNCH_FLOW.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  This document defines the first public launch flow for Miraigent Free AI Ops MCP.
4
4
 
5
- The goal is to distribute useful free MCP tools, collect public GitHub issues,
6
- and guide interested users toward Miraigent and Agent Memories.
5
+ The goal is to distribute useful free MCP tools to developers, collect public
6
+ GitHub issues, and guide implementation-heavy users toward Miraigent.
7
7
 
8
8
  ## Launch Position
9
9
 
@@ -21,7 +21,7 @@ The public promise is:
21
21
  - keep CRM notes safer
22
22
  - collect feedback in GitHub issues
23
23
  - connect deeper implementation needs to Miraigent
24
- - connect reusable operating lessons to Agent Memories
24
+ - keep the npm package focused on developers who can run npm, npx, or MCP tools
25
25
 
26
26
  ## First Three MCPs
27
27
 
@@ -41,8 +41,8 @@ Why first:
41
41
 
42
42
  Route:
43
43
 
44
- GitHub free tool -> Issue feedback -> Miraigent free diagnosis for company
45
- workflow design -> Agent Memories for reusable review lessons.
44
+ GitHub/npm free tool -> Issue feedback -> developer adoption -> Miraigent free
45
+ diagnosis for company workflow design.
46
46
 
47
47
  ### 2. FAQ Candidate Review MCP
48
48
 
@@ -59,8 +59,8 @@ Why second:
59
59
 
60
60
  Route:
61
61
 
62
- GitHub free tool -> Qiita/Zenn example -> Miraigent resource hub -> free
63
- diagnosis -> Agent Memories for FAQ decision memory.
62
+ GitHub/npm free tool -> Qiita/Zenn example -> Miraigent resource hub -> free
63
+ diagnosis for FAQ and inquiry-flow design.
64
64
 
65
65
  ### 3. AI-Safe CRM Notes MCP
66
66
 
@@ -77,8 +77,8 @@ Why third:
77
77
 
78
78
  Route:
79
79
 
80
- GitHub free tool -> note article -> Miraigent free diagnosis -> Agent Memories
81
- for repeated customer-operation lessons.
80
+ GitHub/npm free tool -> implementation article -> Miraigent free diagnosis for
81
+ real CRM/support workflow design.
82
82
 
83
83
  ### 4. Prompt Risk Review MCP
84
84
 
@@ -96,7 +96,7 @@ Why fourth:
96
96
 
97
97
  Route:
98
98
 
99
- GitHub free tool -> Issue feedback about missing risk flags -> Miraigent free
99
+ GitHub/npm free tool -> Issue feedback about missing risk flags -> Miraigent free
100
100
  diagnosis for data-handling and review-rule design.
101
101
 
102
102
  ## Second Wave Candidates
@@ -162,19 +162,15 @@ Secondary URL:
162
162
 
163
163
  https://miraigent.com/resources
164
164
 
165
- ### Step 4: Agent Memories Route
165
+ ### Step 4: Developer Feedback Route
166
166
 
167
- When a user wants repeated review lessons, decisions, and operating notes to be
168
- reused, route them to Agent Memories.
167
+ When a developer wants another tool, output field, or review status, route them
168
+ to GitHub issues.
169
169
 
170
170
  CTA language:
171
171
 
172
- If the same review decisions repeat, turn them into reusable operating memory
173
- with Agent Memories.
174
-
175
- Primary URL:
176
-
177
- https://agentmemories.jp/
172
+ If your AI agent or workflow needs another review field, open a public-safe
173
+ issue with the expected input and output.
178
174
 
179
175
  ## Posting Plan
180
176
 
@@ -250,20 +246,19 @@ CTA:
250
246
 
251
247
  Use Prompt Risk Review MCP and open an issue if a risk flag is missing.
252
248
 
253
- ### Post 6: Agent Memories Bridge
249
+ ### Post 6: Developer Feedback Bridge
254
250
 
255
251
  Goal:
256
252
 
257
- Connect repeated decisions to Agent Memories.
253
+ Turn developer use cases into public issues.
258
254
 
259
255
  Hook:
260
256
 
261
- If the same AI review decision repeats, it should become reusable operating
262
- memory.
257
+ If your AI agent needs a different review field, make the missing field public.
263
258
 
264
259
  CTA:
265
260
 
266
- Try the free MCP tools, then use Agent Memories for repeated operating lessons.
261
+ Try the free MCP tools, then open an issue for missing fields or statuses.
267
262
 
268
263
  ## Suggested First Public Thread
269
264
 
@@ -323,10 +318,9 @@ https://miraigent.com/diagnosis
323
318
 
324
319
  Post 6:
325
320
 
326
- For repeated review lessons and operating decisions, connect the workflow to
327
- Agent Memories:
321
+ If your AI agent needs another review field, open a public-safe issue:
328
322
 
329
- https://agentmemories.jp/
323
+ https://github.com/Miraigent/miraigent-free-ai-ops-mcp/issues/new/choose
330
324
 
331
325
  ## Success Signals
332
326
 
@@ -338,7 +332,6 @@ Early signals:
338
332
  - article views
339
333
  - resource hub clicks
340
334
  - free diagnosis clicks
341
- - Agent Memories clicks
342
335
 
343
336
  Do not over-optimize for stars only. Practical issues from real users are more
344
337
  valuable.
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 drafts, prompts, FAQ candidates, or CRM notes should pass through
7
- a visible review gate before they reach customers or shared systems.
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 first, download the free
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
- - Support teams that want AI drafts but still need human review.
26
- - Operators who need prompt risk checks before using customer or business data.
27
- - Teams building FAQs before they automate inquiry replies.
28
- - Builders who want small MCP examples before connecting real workflows.
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 when you want CSV/checklist files.
35
- - Use Agent Memories when repeated review decisions should become reusable
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
 
@@ -86,7 +87,7 @@ decision log that match the free Gumroad kit.
86
87
  ## Launch Flow
87
88
 
88
89
  See LAUNCH_FLOW.md for the first public posting plan, issue collection flow, and
89
- routes toward Miraigent and Agent Memories.
90
+ developer-focused distribution route.
90
91
 
91
92
  ## Run
92
93
 
@@ -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
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const serverInfo = { name: 'miraigent-free-ai-ops-mcp', version: '0.1.3' };
3
+ const serverInfo = { name: 'miraigent-free-ai-ops-mcp', version: '0.1.5' };
4
4
 
5
5
  const tools = [
6
6
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@miraigent/free-ai-ops-mcp",
3
- "version": "0.1.3",
4
- "description": "Free Model Context Protocol MCP server for human review gates, prompt risk checks, FAQ review, and AI support operations.",
3
+ "version": "0.1.5",
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",