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
2. Download and install Claude desktop. And then create the Claude config file using
98
+
2. Download and install Claude desktop. And then create the Claude config file using
99
99
100
100
```shell
101
101
$ uv run dremio-mcp-server config create claude
102
102
```
103
103
104
-
3. Validate the config files using
104
+
3. Validate the config files using
105
105
106
106
```shell
107
107
$ uv run dremio-mcp-server config list --type claude`
@@ -229,6 +229,18 @@ This will pickup the default location of MCP server config file. It can also be
229
229
230
230
This repository is intended to be open source software that encourages contributions of any kind, like adding features, reporting issues and contributing fixes. This is not a part of Dremio product support.
231
231
232
+
## Testing
233
+
234
+
The project uses pytest for testing. To run the tests:
235
+
236
+
```shell
237
+
# Run all tests
238
+
$ uv run pytest tests
239
+
240
+
```
241
+
242
+
GitHub Actions automatically runs tests on pull requests and pushes to the main branch.
243
+
232
244
## Contributing
233
245
234
246
Please see our [Contributing Guide](CONTRIBUTING.md) for details on:
@@ -237,3 +249,4 @@ Please see our [Contributing Guide](CONTRIBUTING.md) for details on:
0 commit comments