We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/debugmcpdev/mcp-debugger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_syntax_error.py•198 B
# Line 1: This file has syntax errors
x = 10
y = 20
def broken_function( # Line 4: Missing closing parenthesis
print("This won't work")
# Line 7: More valid code after the error
z = x + y