Loading...
uvx acp-mcp http://localhost:8000{
"mcpServers": {
"acp-local": {
"command": "uvx",
"args": ["acp-mcp", "http://localhost:8000"]
}
}
}run_agentInvokes a specified ACP agent with a given input.
The agent's actions depend on its implementation, which could include non-destructive writes.
The adapter allows MCP applications to run ACP agents, which can be risky depending on the agent's capabilities. It is relatively safe when using well-understood, read-only ACP agents. It becomes risky when agents have write or execute permissions, especially if the agent's behavior is not well-defined or trusted.