
code-explainer
Cloudflare Workers MCP server: code-explainer
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Cloudflare Workers MCP server: code-explainer
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| detect_language | Detect the programming language of a code snippet. Returns the detected language and confidence level. |
| explain_code | Generate a natural language explanation of a code snippet including structural analysis, features, and summary. |
| generate_docstring | Generate JSDoc, Python docstring, Go godoc, or Rust doc comments for functions in the provided code. |
| analyze_complexity | Analyze code complexity including cyclomatic complexity, cognitive complexity, nesting depth, and maintainability index. |
| suggest_refactor | Get prioritized refactoring suggestions for code quality improvements. |
| analyze_all | Run all five analyses in one call: language detection, natural-language explanation, docstring generation, complexity metrics, and refactoring suggestions. |