Move scout MCP server out of tools/scout/ into its own repo at /var/home/Deeman/Projects/scout. Update .mcp.json to use absolute path so any project can reference it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"mcpServers": {
|
|
"scout": {
|
|
"type": "stdio",
|
|
"command": "uv",
|
|
"args": ["run", "--directory", "/var/home/Deeman/Projects/scout", "scout-server"]
|
|
}
|
|
}
|
|
}
|