AgentMarketMCP / SKILL 资产档案馆

目录 / epl-mcp

MCP 鉴权未知 未评级 已上架

epl-mcp

# EPL Language MCP Server The official Model Context Protocol (MCP) server for the EPL (English Programming Language) ecosystem. This server provides AI coding assistants with direct access to the EPL runtime, compiler, and documentation. It empowers AI models to securely run EPL code, execute test suites, analyze Abstract Syntax Trees (ASTs), and fetch real-time syntax documentation. **Key Capabilities:** - **Code Execution:** Run EPL scripts dynamically and return standard output and errors. - **AST Generation:** Parse EPL source code into structural JSON trees for deep analysis. - **Documentation Retrieval:** Fetch the latest EPL language rules and standard library documentation. - **Test Harness:** Run and evaluate EPL test suites programmatically.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:35):# EPL Language MCP Server
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://epl-mcp--abneesh.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "epl-mcp": {
      "url": "https://epl-mcp--abneesh.run.tools"
    }
  }
}

能力清单

工具说明
epl_syntax_referenceGet EPL (English Programming Language) syntax reference with examples. Optionally filter by topic. Available topics: 'comments', 'variables', 'output_input', 'string_interpolation', 'control_flow', 'functions', 'collections', 'error_handling', 'file_io', 'imports', 'oop', 'enums_ternary', 'web', 'async', 'gui', 'js_bridge', 'deploy', 'observability', 'style_layout', '3d_canvas', 'misc'. Common aliases also work: 'classes'->oop, 'loops'->control_flow, 'functions', 'variables'. CRITICAL: EPL uses 'Otherwise' not 'Else', 'Note:' not '//', and every block ends with 'End'.
epl_validateValidate EPL code using the real lexer, parser, and type checker. Returns syntax status, diagnostics with line numbers, and statement count. Use this to verify generated EPL code is syntactically correct.
epl_runExecute EPL code in a sandboxed subprocess with timeout. Returns program output (stdout) and any errors (stderr). Safe: runs in an isolated process with a 10-second default timeout.
epl_transpileTranspile EPL code to Python, browser JavaScript, or Node.js. Returns the transpiled source code in the target language.
epl_examplesSearch EPL example files by keyword. Returns matching example filenames and their source code. Use to find real, working EPL code patterns.
epl_error_lookupLook up an EPL error code or error type and get its explanation. Accepts codes like 'E0200' or names like 'ParserError'.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。