You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/willibrandon/NetContextServer/actions/workflows/ci.yaml)
@@ -161,17 +161,22 @@ dotnet run --project src/NetContextClient/NetContextClient.csproj -- set-base-di
161
161
dotnet run --project src/NetContextClient/NetContextClient.csproj -- get-base-dir
162
162
```
163
163
164
-
3.**List Projects**:
164
+
3.**Get Version Information**:
165
+
```bash
166
+
dotnet run --project src/NetContextClient/NetContextClient.csproj -- version
167
+
```
168
+
169
+
4.**List Projects**:
165
170
```bash
166
171
dotnet run --project src/NetContextClient/NetContextClient.csproj -- list-projects-in-dir --directory "D:\YourProject\src"
167
172
```
168
173
169
-
4.**List Source Files**:
174
+
5.**List Source Files**:
170
175
```bash
171
176
dotnet run --project src/NetContextClient/NetContextClient.csproj -- list-source-files --project-dir "D:\YourProject\src\YourProject"
172
177
```
173
178
174
-
5.**Analyze Packages**:
179
+
6.**Analyze Packages**:
175
180
```bash
176
181
# Set your base directory first
177
182
dotnet run --project src/NetContextClient/NetContextClient.csproj -- set-base-dir --directory "path/to/your/project"
• State File Location: /Users/username/projects/myapp/ignore_patterns.json
298
+
```
299
+
300
+
**Response Fields:**
301
+
-`version`: Current version of NetContextServer
302
+
-`runtimeVersion`: Current .NET runtime version
303
+
-`operatingSystem`: Current operating system information
304
+
-`semanticSearchEnabled`: Whether semantic search is configured and available
305
+
-`activeConfiguration`: Dictionary of current configuration settings including:
306
+
-`BaseDirectory`: Current base directory for file operations
307
+
-`HasIgnorePatterns`: Whether custom ignore patterns are defined
308
+
-`StateFileLocation`: Path to the ignore patterns state file
309
+
272
310
### `think`
273
311
Provides a space for structured thinking during complex operations, allowing AI models to reason about actions, verify compliance with rules, and plan next steps without making any state changes.
0 commit comments