We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YUChoe/sqlite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
testTool.d.ts•410 B
/**
* 테스트 도구 - MCP 콘텐츠 구조 디버깅용
*/
import type { ToolDefinition, ToolResult } from '../types/index.js';
/**
* 테스트 도구 정의
*/
export declare const testTool: ToolDefinition;
/**
* 테스트 함수 (MCP 서버에서 직접 호출용)
*/
export declare function testFunction(params: {
message: string;
}): Promise<ToolResult>;
//# sourceMappingURL=testTool.d.ts.map