forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.allowlist.json
More file actions
24 lines (24 loc) · 1.15 KB
/
Copy pathagent.allowlist.json
File metadata and controls
24 lines (24 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"entries": [
{
"path": "desktop/macos/agent/src/runtime/contract-schema.ts",
"reason": "contract test fixtures module"
},
{
"path": "desktop/macos/agent/src/runtime/mcp-client.ts",
"reason": "imported only by the pi-mono-extension package via the built dist path (../agent/dist/runtime/mcp-client.js), which the agent reachability scan does not follow"
},
{
"path": "desktop/macos/agent/src/runtime/mcp-http-client.ts",
"reason": "imported only by the pi-mono-extension package via the built dist path (../agent/dist/runtime/mcp-client.js), which the agent reachability scan does not follow"
},
{
"path": "desktop/macos/agent/src/runtime/mcp-sse-client.ts",
"reason": "imported only by the pi-mono-extension package via the built dist path (../agent/dist/runtime/mcp-client.js), which the agent reachability scan does not follow"
},
{
"path": "desktop/macos/agent/src/runtime/mcp-stdio-client.ts",
"reason": "imported only by the pi-mono-extension package via the built dist path (../agent/dist/runtime/mcp-client.js), which the agent reachability scan does not follow"
}
]
}