- Notifications
You must be signed in to change notification settings - Fork9
Commit0d6bf3e
authored
feat: add cmd support for allowing all tools (#36)
## 🤔 WhatAllow for passing `start-server --allow-tools all` as a parameter.This helps with the ergonomics when configuring the server to take fulladvantage of all the tools.```sh $ npm run start -- start-server --allow-tools all```1 parent18f2c84 commit0d6bf3e
2 files changed
+19
-4
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
| |||
75 | 80 |
| |
76 | 81 |
| |
77 | 82 |
| |
78 |
| - | |
| 83 | + | |
79 | 84 |
| |
80 | 85 |
| |
81 | 86 |
| |
| |||
116 | 121 |
| |
117 | 122 |
| |
118 | 123 |
| |
119 |
| - | |
| 124 | + | |
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 |
| |
7 | 17 |
| |
8 | 18 |
| |
|
0 commit comments
Comments
(0)