We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smadi0x86/GDB-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
TODO.md•467 B
# TODO
## Test Suite Updates
- [ ] Update test imports from old module paths:
- `from modules.sessionManager import GDBSessionManager` → `from modules.gdb import GDBSessionManager`
- `from modules.gdbTools import GDBTools` → `from modules.gdb import GDBTools`
- [ ] Update tests to work with new DebuggerFactory pattern
- [ ] Add LLDB-specific tests
- [ ] Mock GDB for tests when not available
- [ ] Update integration tests for simplified server structure