Skip to content

Commit fb8044d

Browse files
authored
Update README.md
1 parent 38b7707 commit fb8044d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Malicious use could result in severe damage. Use responsibly and only in trusted
1313

1414
PowerShell.MCP is a tool that enables AI assistants (such as Claude Desktop) to execute any cmdlets/CLI tools within a PowerShell console. Users can also execute cmdlets/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.
1515

16+
Despite its powerful capabilities, PowerShell.MCP is built with just three carefully designed tools:
17+
- **start_powershell_console:** launching a persistent console
18+
- **get_current_location:** retrieving the current working directory
19+
- **invoke_expression:** executing any cmdlets/CLI tools (chainable with pipes) in the PS console
20+
21+
This minimalist architecture provides maximum flexibility while maintaining simplicity.
22+
1623
### What Makes It Powerful
1724

1825
**🤝 Shared Console Experience**

0 commit comments

Comments
 (0)