Skip to content

v0.0.10

Choose a tag to compare

@cooco119 cooco119 released this 27 May 02:00
· 14 commits to main since this release

πŸš€ Update! Whole re-writing of mcpctl for simpler use.

Plus, upgraded landing page -> https://www.mcpctl.dev
image

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.json

Easy integration to clients

mcpctl client connect <server-name> --client cursor

Upgrade 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 start

Simple 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 dev

Easier log viewing

Just provide two simple logs - control plane and server

mcpctl log control-plane
mcpctl log server <server-name>

Full Changelog: v0.0.9...v0.0.10