Skip to main content

A2A Debugger

AutoDev A2A debugger

create a file end with .mcp.json in your project root directory, and add the following content:

{
"mcpServers": {
"weather": {
"command": "java",
"args": [
"-jar",
"/Volumes/source/ai/autodev-mcp-test/java-mcp/target/mcp-0.0.1-SNAPSHOT.jar"
]
}
},
"a2aServers": {
"remote-example": {
"url": "http://localhost:9999"
}
}
}

Then, click show preview in File toolbar, you can see:

  • A2A Server/Tool LIST
  • A2A Model Configured
  • A2A Chat input box