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
README.md•371 B
# Example Program
This directory contains example program to load into GDB using an LLM client.
## example.c
A simple C program that calculates factorials.
## Compiling
```bash
gcc -g -o example example.c
```
The `-g` flag includes debugging information needed for GDB.
## Example Prompt
Check the PROMPT.txt file for an example prompt to use with the LLM client.