PSMCPRegistry.psd1
|
@{ ModuleVersion = '1.0.0' GUID = '594dac14-0aea-46e0-b09a-474b3f6c7f09' Author = 'Doug Finke' CompanyName = 'Doug Finke' Copyright = '© 2025 Doug Finke. All rights reserved.' Description = 'PowerShell module for interacting with the AI MCP Registry API' PowerShellVersion = '5.1' RootModule = 'PSMCPRegistry.psm1' FunctionsToExport = 'Get-MCPServer' CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('AI', 'MCP', 'Registry', 'API', 'PowerShell') LicenseUri = 'https://github.com/dfinke/PowerShellMCPRegistry/blob/main/LICENSE' ProjectUri = 'https://github.com/dfinke/PowerShellMCPRegistry' License = 'Apache-2.0' ReleaseNotes = 'Initial release' } } } |