Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ACP_BASE_URL | No | ACP server URL | http://localhost:8000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_server_info | Get information about the ACP-MCP bridge server |
discover_acp_agents | Discover all available ACP agents and register them as resources |
get_agent_info | Get detailed information about a specific ACP agent |
convert_acp_message | Convert ACP message format to MCP-compatible format |
analyze_message_content | Analyze the content types and structure of an ACP message |
run_acp_agent | Execute an ACP agent with specified mode |
get_async_run_result | Get the result of an asynchronous run |
list_active_runs | List all active runs |
smart_route_request | Intelligently route a request to the best ACP agent |
add_routing_rule | Add a new routing rule to a strategy |
list_routing_strategies | List all available routing strategies and their rules |
test_routing | Test routing without executing - shows which agent would be selected |
start_interactive_agent | Start an interactive ACP agent that may require user input |
provide_user_input | Provide user input to resume a waiting interactive agent |
list_pending_interactions | List all pending interactive agents waiting for input |
cancel_interaction | Cancel a pending interactive agent |