We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fd072 commit a8b8163Copy full SHA for a8b8163
index.js
@@ -44,7 +44,8 @@ function validateServer(pingResult) {
44
if (pingResult.user && pingResult.user !== EXPECTED_USER) {
45
throw new Error(
46
`Port ${PORT} is owned by user "${pingResult.user}" (expected "${EXPECTED_USER}"). ` +
47
- `Set VECTOR_MEMORY_PORT to a different port in your mcp-config.json.`
+ `Fix: set VECTOR_MEMORY_PORT to a unique port in ~/.copilot/mcp-config.json — ` +
48
+ `see https://github.com/BrainSlugs83/GithubCopilotCLI-VectorMemoryMCP#multi-user-setup`
49
);
50
}
51
0 commit comments