Oopenvela-robottools/nxgdbmcp: remove some legacy code
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
tools/nxgdbmcp: remove some legacy code nxgdbmcp contains some legacy code. This is because in its earliest design, nxgdbmcp had the ability to actively launch a GDB child process to hijack its stdio interaction, thus performing more complex actions. However, now it can only interact with GDB through gdbrpc, so some actions should be assumed to have been performed by the user. We found that adapting for each command results in significant token consumption for users. Firstly, the native command support for GDB can be removed. Secondly, regarding the nxgdb part, we need the nxgdb developers to write better help information so that the model can accurately understand it. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com> | 2 个月前 | |
tools/pynuttx: add a mcp server for debugging nxgdb has some commands with complex parameters, which developers usually cannot use flexibly. Adding mcp server can make AI understand nxgdb commands, thus assisting developers in debugging and analysis. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com> | 2 个月前 | |
tools/pynuttx: add a mcp server for debugging nxgdb has some commands with complex parameters, which developers usually cannot use flexibly. Adding mcp server can make AI understand nxgdb commands, thus assisting developers in debugging and analysis. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com> | 2 个月前 | |
nxgdbmcp: add agent promote Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 |