Skip to main content

MCP Debugger

AutoDev MCP debugger

Inline Chat

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

{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Volumes/source/ai/autocrud"
]
}
}
}

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

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

After send a message, you can see the response in the console:

Inline Chat