サーバー
F
Fw Context Mcp
@turbyho
fw-context builds a compiler-accurate semantic index of your C/C++ firmware from
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fw-context": {
"command": "python3",
"args": [
"-m",
"fw_context_mcp.mcp.server"
]
}
}
}