sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-03 11:52:45
This commit is contained in:
19
.grok/config.toml
Normal file
19
.grok/config.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Project-scoped Grok configuration for ClaudeTools
|
||||
# This is native Grok format (higher priority for Grok TUI than compatibility layers).
|
||||
# Claude continues to use .mcp.json exclusively (we do not touch it).
|
||||
# See .grok/README.md and ~/.grok/docs/user-guide/07-mcp-servers.md for details.
|
||||
|
||||
[mcp_servers.grepai]
|
||||
# Native stdio MCP server for GrepAI semantic code search.
|
||||
# This makes grepai__* tools (grepai__grepai_search, trace_*, status, stats, etc.)
|
||||
# available to Grok via search_tool + use_tool, for context searches.
|
||||
# Matches the entry in .mcp.json so behavior is identical, but configured for Grok.
|
||||
command = "D:\\claudetools\\grepai.exe"
|
||||
args = ["mcp-serve"]
|
||||
enabled = true
|
||||
startup_timeout_sec = 15
|
||||
tool_timeout_sec = 120
|
||||
|
||||
# You can add other project-specific MCP servers here for Grok only.
|
||||
# Global ones go in ~/.grok/config.toml .
|
||||
# Higher priority sources (this file) override lower ones (e.g. .mcp.json) on name conflicts.
|
||||
Reference in New Issue
Block a user