Skip to content

Commit a8b8163

Browse files
BrainSlugs83Copilot
andcommitted
fix: error message includes repo link to multi-user setup docs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b2fd072 commit a8b8163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ function validateServer(pingResult) {
4444
if (pingResult.user && pingResult.user !== EXPECTED_USER) {
4545
throw new Error(
4646
`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.`
47+
`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`
4849
);
4950
}
5051

0 commit comments

Comments
 (0)