We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c444b9 commit b6d4519Copy full SHA for b6d4519
1 file changed
README.md
@@ -7,9 +7,12 @@ MCP server that uses roslyn to query relevant context from larger net solution c
7
"args": [
8
"run",
9
"-i",
10
- "-v",
11
- "/c/git-repos/your-project/your-project.sln:/app/solution.sln",
12
- "ghcr.io/temppus/solution-analyzer"
+ "--rm",
+ "--mount",
+ "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"
16
]
17
},
18
```
0 commit comments