Skip to content

Commit f9c15c3

Browse files
committed
Add wait_for_completion tool to readme.md
1 parent e79d663 commit f9c15c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Malicious use could result in severe damage. Use responsibly and only in trusted
1414

1515
PowerShell.MCP is a tool that enables AI assistants (such as Claude Desktop) to execute any PowerShell commands and CLI tools within a PowerShell console. Users can also execute cmdlets/.ps1/.bat/CLI tools in the same console, allowing AI and users to work collaboratively. It operates at high speed without needing to launch a new console each time, while preserving the state of imported modules, functions and variables.
1616

17-
Despite its powerful capabilities, PowerShell.MCP is built with just three carefully designed tools:
17+
Despite its powerful capabilities, PowerShell.MCP is built with just four carefully designed tools:
1818
- **start_powershell_console:** launching a persistent console
1919
- **get_current_location:** retrieving the current working directory
2020
- **invoke_expression:** executing any cmdlets/.ps1/.bat/CLI tools (chainable with pipes) in the PS console
21-
21+
- **wait_for_completion:** waiting for busy console(s) to complete and retrieving cached results
2222
This minimalist architecture provides maximum flexibility while maintaining simplicity.
2323

2424
### What Makes It Powerful

0 commit comments

Comments
 (0)