Dynamic MCP Auto-Enable
LLMがdisabledサーバーのツールを発見・実行可能に。
New Features
- Auto-Enable on
airis-exec: disabledサーバーのツールを実行すると自動的にサーバーが有効化 - Discover ALL servers:
airis-findで全サーバー(disabled含む)を検索可能 - On-demand tool loading: COLDサーバーのツールはクエリ時にロード
How It Works
# 1. Discover (including disabled servers)
airis-find query="stripe"
→ stripe (cold, disabled): 50 tools
# 2. Execute (auto-enables the server)
airis-exec tool="stripe:create_customer" arguments={...}
→ Server auto-enabled, tool executed!
Updated Servers
Enabled by Default:
- stripe, supabase, playwright, magic, morphllm, chrome-devtools
Disabled (Auto-Enable on Use):
- twilio, cloudflare, github, postgres, filesystem, git, time
Documentation
- Dynamic MCP Architecture
- Migration Guide
Breaking Changes
None. Fully backward compatible with v1.x.
🤖 Generated with Claude Code