mirror of
https://github.com/ruvnet/RuView
synced 2026-08-03 19:21:42 +00:00
90b29595fb
Adds the accepted ADR-285 Homecore metaharness, WASM-first kernel, read-only MCP guidance, guarded local host adapters, reviewed memory, and provenance-only npm release gates.
21 lines
270 B
JSON
21 lines
270 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__homecore__*"
|
|
],
|
|
"deny": [
|
|
"Read(./.env)",
|
|
"Read(./.env.*)"
|
|
]
|
|
},
|
|
"mcpServers": {
|
|
"homecore": {
|
|
"command": "homecore",
|
|
"args": [
|
|
"mcp",
|
|
"start"
|
|
]
|
|
}
|
|
}
|
|
}
|