87fbc1dda8
Add env example defaults for Vite API and login settings, document template structure and page creation flow, and align agent guidance with current LLM development rules. Also allow committing the env example while keeping local env files ignored.docs: refresh project guidance and environment setup Add env example defaults for Vite API and login settings, document template structure and page creation flow, and align agent guidance with current LLM development rules. Also allow committing the env example while keeping local env files ignored.
17 lines
476 B
TOML
17 lines
476 B
TOML
[mcp_servers.chrome-devtools]
|
|
command = "npx"
|
|
args = ["chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9222"]
|
|
|
|
[mcp_servers.code-review-graph]
|
|
command = "uvx"
|
|
args = ["code-review-graph", "serve"]
|
|
|
|
[mcp_servers.code-review-graph.tools.get_minimal_context_tool]
|
|
approval_mode = "approve"
|
|
|
|
[mcp_servers.code-review-graph.tools.query_graph_tool]
|
|
approval_mode = "approve"
|
|
|
|
[mcp_servers.code-review-graph.tools.build_or_update_graph_tool]
|
|
approval_mode = "approve"
|