mirror of
https://github.com/ruvnet/RuView
synced 2026-07-31 18:51:42 +00:00
a34bfc246e
Add a read-only guidance CLI/MCP surface with reviewed capability maturity, repository citations, validation commands, limitations, and shared-brain evidence. Bump @ruvnet/ruview to 0.3.1 and add release-tarball smoke coverage.
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.1", "mcp", "start"]
|
|
}
|
|
}
|
|
}
|