We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kkaminsk/Packager-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
new-example.md•1.02 KiB
---
name: New Deployment Example
about: Submit or request a new PSADT deployment example
title: '[Example] '
labels: example, knowledge-update
assignees: ''
---
## Application Information
| Field | Value |
|-------|-------|
| Application Name | |
| Application Version | |
| Installer Type | MSI / EXE / MSIX |
| Publisher | |
## Installer Details
**Installer Technology** (for EXE):
- [ ] Inno Setup
- [ ] NSIS / Nullsoft
- [ ] InstallShield
- [ ] WiX Burn
- [ ] Other: ___
**Silent Install Arguments**:
```
```
**Silent Uninstall Arguments**:
```
```
## Detection Method
<!-- Describe how to detect if the application is installed -->
- Detection Type: File / Registry / MSI Product Code / Script
- Detection Details:
## PSADT Script (if available)
<!-- If you have a working PSADT script, paste it here or attach as a file -->
```powershell
# Paste script here
```
## Notable Challenges
<!-- Describe any challenges encountered during packaging -->
## Additional Context
<!-- Add any other context about the example here -->