Skip to main content
Glama
Skynotdie

MCP Localization Project

by Skynotdie
__init__.py1.09 kB
#!/usr/bin/env python3 """ Debugger Package - 다중 언어 디버깅 시스템 Debug Adapter Protocol 기반의 강력한 디버깅 도구 패키지 """ from .models import ( DebuggerLanguage, DebuggerState, BreakpointInfo, StackFrame, Scope, Variable, DebugSession, DebugEvent, ExecutionContext, DebugConfiguration ) from .database import MCPDebuggerDatabase from .mcp_debugger_main import ( MCPDebugger, create_debug_session, list_debug_sessions, set_breakpoint, start_debugging, close_debug_session ) __all__ = [ # 데이터 모델 'DebuggerLanguage', 'DebuggerState', 'BreakpointInfo', 'StackFrame', 'Scope', 'Variable', 'DebugSession', 'DebugEvent', 'ExecutionContext', 'DebugConfiguration', # 데이터베이스 관리 'MCPDebuggerDatabase', # 메인 디버거 클래스 'MCPDebugger', # MCP 호환 함수들 'create_debug_session', 'list_debug_sessions', 'set_breakpoint', 'start_debugging', 'close_debug_session' ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Skynotdie/mky'

If you have feedback or need assistance with the MCP directory API, please join our Discord server