- local: use
fastmcpdirectly - production: use
fastmcpas a gateway andcloudflarefor ssl/dns
https://***.ngrok-free.dev/mcp
| // Check all IMAP folders for new messages | |
| mail.server.default.check_all_folders_for_new = true | |
| // Automatic compaction without confirmation | |
| mail.purge.ask = false | |
| // Minimum delay between compactions (minutes) | |
| mail.purge.min_delay = 1 | |
| // Check interval for compaction (minutes) |
| Get-ScheduledTask -TaskPath '\' | ForEach-Object { | |
| $xml = [xml](Export-ScheduledTask -TaskName $_.TaskName -TaskPath $_.TaskPath -ErrorAction SilentlyContinue) | |
| $node = $xml.SelectSingleNode("/*[local-name()='Task']/*[local-name()='Settings']/*[local-name()='Priority']") | |
| $p = 7 | |
| if ($node -and $node.InnerText) { $p = [int]$node.InnerText } | |
| [pscustomobject]@{ | |
| Task = "$($_.TaskPath)$($_.TaskName)".TrimStart('\') | |
| Priority = $p | |
| } | |
| } | Format-Table -Auto |
java -versionwhich java)| SET SESSION group_concat_max_len = 1000000; |
| <script type="speculationrules"> | |
| { | |
| "prerender": [ | |
| { | |
| "where": { "href_matches": "/*" }, | |
| "eagerness": "eager" | |
| } | |
| ] | |
| } | |
| </script> |
sudo apt install python3-lxml
python -m venv venv
source venv/bin/activate
pip install pykeepass
python script.py /path/to/file.kdbx