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
feat: add cmd support for allowing all tools (#36)
## 🤔 What
Allow for passing `start-server --allow-tools all` as a parameter.
This helps with the ergonomics when configuring the server to take full
advantage of all the tools.
```sh
$ npm run start -- start-server --allow-tools all
```
0 commit comments