@zoulabo/line-hive 0.1.0 → 0.1.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoulabo/line-hive",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server connecting AI coding agents to LINE Messaging API. Monitor agent progress, provide input, and get notifications from your phone.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -32,7 +32,7 @@ When a LINE session is activated by the user (they say "continue on LINE", "prea
|
|
|
32
32
|
1. Tell the user: "I need to trigger tool approvals. Accept each permission prompt. Then **send `?` in LINE or tap Continue** to prime a reply token, and confirm here when done."
|
|
33
33
|
2. Fire all non-ask approval triggers in parallel:
|
|
34
34
|
- **File read**: `read_file("package.json", limit: 3)`
|
|
35
|
-
- **Terminal**: `ls
|
|
35
|
+
- **Terminal**: `ls -alh` (or `dir` on Windows)
|
|
36
36
|
*(a real filesystem command triggers tool permission grants)*
|
|
37
37
|
- **File edit**: `create_file("/dev/null", "")` (triggers file-write permission without modifying any real file)
|
|
38
38
|
- **LINE status**: `line_set_status({ description: "pre-flight", agentName: "<name>" })`
|