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
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,12 @@ At the moment, only `stdio` transport has been implemented.
38
38
39
39
## Tools
40
40
41
-
-**devcontainer_up** - Start or initialize a devcontainer environment in the specified workspace folder. Use this to ensure the devcontainer is running and ready for development tasks.
42
-
-`workspaceFolder`: Path to the workspace folder (string, required)
43
-
-`outputFilePath`: Path to write output logs (string, optional)
44
-
45
-
-**devcontainer_run_user_commands** - Run the user-defined `postCreateCommand` and `postStartCommand` scripts in the devcontainer for the specified workspace folder. Use this to execute setup or initialization commands after the devcontainer starts.
46
-
-`workspaceFolder`: Path to the workspace folder (string, required)
47
-
-`outputFilePath`: Path to write output logs (string, optional)
48
-
49
-
-**devcontainer_exec** - Execute an arbitrary shell command inside the devcontainer for the specified workspace folder. Use this to run custom commands or scripts within the devcontainer context.
50
-
-`workspaceFolder`: Path to the workspace folder (string, required)
51
-
-`command`: Command to execute (string[], required)
52
-
-`outputFilePath`: Path to write output logs (string, optional)
|**devcontainer_up**| Path to the workspace folder (string, required) | Path to write output logs (string, optional) | N/A | Start or initialize a devcontainer environment in the specified workspace folder.<br>Use this to ensure the devcontainer is running and ready for development tasks. |
44
+
|**devcontainer_run_user_commands**| Path to the workspace folder (string, required) | Path to write output logs (string, optional) | N/A | Run the user-defined `postCreateCommand` and `postStartCommand` scripts in the devcontainer for the specified workspace folder.<br>Use this to execute setup or initialization commands after the devcontainer starts. |
45
+
|**devcontainer_exec**| Path to the workspace folder (string, required) | Path to write output logs (string, optional) | Command to execute (string[], required) | Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.<br>Use this to run custom commands or scripts within the devcontainer context. ||
53
46
54
47
## License
55
48
56
-
Released under the MIT License. See the [LICENSE](./LICENSE) file for further details.
49
+
Released under the MIT License. See the [LICENSE](./LICENSE) file for further details.
0 commit comments