《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai-agent-book": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-agent-book"
]
}
}
}