This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded eight new CLI subcommands, structured error handling with suggestions, and colorized JSON output formatters.
Full changelog
v1.14.0 - Enhanced CLI + agent-browser v0.7 support
CLI Enhancements
- 8 new subcommands:
tools,resources,prompts,call,grep,info,context,doctor - Structured error handling with actionable suggestions
- Colorized output formatters with JSON mode support
- Stdin support for call command arguments
- NO_COLOR env var support
agent-browser v0.7 Support
- 15 new environment variables for cloud providers, profiles, CDP, proxy settings
- 7 new browser tools (26 total):
browser_connect_cdp,browser_install,browser_set_provider,browser_session_list,browser_session_switch,browser_open_with_headers,browser_set_viewport - Retry with exponential backoff for transient errors
- Enhanced
browser_openwith headers, session, and headed parameters
Tests
- 18 new CLI tests
- 12 new browser v0.7 tests (31 total browser tests)
- All 187 tests passing
Usage Examples
# List all tools with descriptions
kubectl-mcp-server tools -d
# Search for pod-related tools
kubectl-mcp-server grep "*pod*"
# Call a tool directly
kubectl-mcp-server call get_pods '{"namespace": "kube-system"}'
# Check dependencies
kubectl-mcp-server doctor
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.
Related context
Beta — feedback welcome: [email protected]