scout: extract to standalone repo at Projects/scout

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>
This commit is contained in:
Deeman
2026-02-21 17:58:03 +01:00
parent 079c189e0a
commit ff39d65dc6
7 changed files with 1 additions and 2075 deletions

View File

@@ -3,7 +3,7 @@
"scout": {
"type": "stdio",
"command": "uv",
"args": ["run", "--directory", "tools/scout", "scout-server"]
"args": ["run", "--directory", "/var/home/Deeman/Projects/scout", "scout-server"]
}
}
}