We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricA1019/CTS_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* CTS Bughunter Tool - MCP Integration
*
* Heuristic-based bug detection for Godot projects with pattern matching.
* Identifies common coding errors and GDScript-specific antipatterns.
*/
import { ToolDefinition, ToolHandler } from '../../types.js';
/**
* Tool definition for MCP protocol
*/
export declare const bughunterTool: ToolDefinition;
/**
* Create tool handler for bughunter
*/
export declare function createBughunterHandler(): ToolHandler;
//# sourceMappingURL=index.d.ts.map