Skip to content

Commit 59197dd

Browse files
committed
1.2.5
1 parent 68a5415 commit 59197dd

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

PowerShell.MCP.Proxy/PowerShell.MCP.Proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>1.2.4.0</Version>
8+
<Version>1.2.5.0</Version>
99

1010
<!-- Single File デプロイ設定 -->
1111
<PublishSingleFile>true</PublishSingleFile>

PowerShell.MCP/PowerShell.MCP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.2.4.0</Version>
7+
<Version>1.2.5.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

Staging/PowerShell.MCP.psd1

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerShell.MCP.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.4'
15+
ModuleVersion = '1.2.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = @('Core')
@@ -74,6 +74,7 @@ FunctionsToExport = @()
7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7575
CmdletsToExport = @(
7676
'Show-TextFile',
77+
'Test-TextFileContains',
7778
'Update-TextFile',
7879
'Add-LinesToFile',
7980
'Set-LinesToFile',
@@ -115,21 +116,26 @@ PrivateData = @{
115116
Platforms = @('Windows')
116117

117118
# ReleaseNotes of this module
118-
ReleaseNotes = 'PowerShell.MCP v1.2.4 - Enterprise-Ready MCP Server
119+
ReleaseNotes = 'PowerShell.MCP v1.2.5 - Enterprise-Ready MCP Server
119120
120121
=== Key Features ===
121-
• 🤝 Shared Console Experience - AI and users collaborate in the same PowerShell session
122-
• 🔄 Persistent State Management - Variables, modules, and authentication preserved across commands
123-
• ⚡ Zero-Overhead Execution - Instant command response without process startup delays
124-
• 🔍 Complete Stream Separation - All 6 PowerShell output streams captured and analyzed
125-
• 📋 Ready-to-Use Prompt Library - 8 specialized prompts for development, administration, and learning
126-
• 🔐 Enterprise Security - Local-only named pipe communication, no network exposure
127-
• 💻 Universal Compatibility - Works with Claude Desktop and any MCP-compatible client
122+
• 🤝 Shared Console Experience
123+
• 🔄 Living Workspace That Remembers Everything
124+
• ⚡ Instant Response, Zero Overhead
125+
• 🔍 Comprehensive Output Stream Capture
126+
• 📝 LLM-Optimized Text File Operations
127+
• 🔗 PowerShell Pipeline Composability
128+
• 🌐 Universal Modules & CLI Tools Integration
129+
• 📚 No RAG or Context Grounding Required
130+
• 🎯 Ready-to-Use Built-in Prompts
131+
• 🔐 Enterprise-Ready Security
128132
129133
=== First-Time Demo ===
130134
• "Show what PowerShell.MCP can do in a colorful, dynamic, and fun demo"
131135
• "Try out different styles of notifications using the BurntToast module"
132136
• "Automate Notepad: type text and smoothly move the window in a circle"
137+
• "Tell me how to use Git in PowerShell"
138+
• "How does it feel now that you have a tool like PowerShell.MCP?"
133139
134140
=== Popular Examples ===
135141
• "Review git changes and suggest a commit message"

0 commit comments

Comments
 (0)