github agiletec-inc/airis-mcp-gateway v2.0.0
v2.0.0 - Dynamic MCP Auto-Enable

latest releases: v1.14.0, v1.13.0, v1.12.0...
2 days ago

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

Don't miss a new airis-mcp-gateway release

NewReleases is sending notifications on new releases.