Skip to content

Commit b6d4519

Browse files
authored
Update README.md
1 parent 8c444b9 commit b6d4519

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ MCP server that uses roslyn to query relevant context from larger net solution c
77
"args": [
88
"run",
99
"-i",
10-
"-v",
11-
"/c/git-repos/your-project/your-project.sln:/app/solution.sln",
12-
"ghcr.io/temppus/solution-analyzer"
10+
"--rm",
11+
"--mount",
12+
"type=bind,src=/c/git-repos/your-repo-dir,dst=/app/your-repo-dir",
13+
"ghcr.io/temppus/solution-analyzer",
14+
"--SolutionPath",
15+
"/app/your-repo-dir/your-solution.sln"
1316
]
1417
},
1518
```

0 commit comments

Comments
 (0)