AI-powered toolkit for Microsoft Agent Framework (MAF) migrations — agents, skills, MCP server, and self-updating guide
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"maf-doctor": {
"command": "npx",
"args": [
"-y",
"joslat/maf-doctor"
]
}
}
}
Run in terminal:
claude mcp add maf-doctor npx -y joslat/maf-doctor
Add to .cursor/mcp.json:
{
"mcpServers": {
"maf-doctor": {
"command": "npx",
"args": [
"-y",
"joslat/maf-doctor"
]
}
}
}