mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +00:00
2b7853b18f
* feat(ruview): add secure community metaharness flywheel * fix(ruview): canonicalize manifest line endings
18 lines
267 B
JSON
18 lines
267 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__ruview__*"
|
|
],
|
|
"deny": [
|
|
"Read(./.env)",
|
|
"Read(./.env.*)"
|
|
]
|
|
},
|
|
"mcpServers": {
|
|
"ruview": {
|
|
"command": "npx",
|
|
"args": ["-y", "@ruvnet/ruview@0.3.0", "mcp", "start"]
|
|
}
|
|
}
|
|
}
|