v0.0.10
π Update! Whole re-writing of mcpctl for simpler use.
Plus, upgraded landing page -> https://www.mcpctl.dev

Simplified MCP server managment workflow!
No more long tail of commands - mcpctl install --xxx --yyy ... .
You just write server spec json and launch it. example server-slack.json
mcpctl server start -f server-slack.jsonEasy integration to clients
mcpctl client connect <server-name> --client cursorUpgrade daemon -> control-plane
Robust & simple running of control plane as os service agent - launchd for mac, systemctl for linux, nssm for windows.
mcpctl control-plane startSimple secret management
mcpctl secret add <name> --source keychain --value <valule>Easier profile utilization
Environment variables are now easily managed only through profiles.
mcpctl profile create dev
mcpctl profile env set <key> <value>
mcpctl profile use devEasier log viewing
Just provide two simple logs - control plane and server
mcpctl log control-planemcpctl log server <server-name>Full Changelog: v0.0.9...v0.0.10