Generates Excel template files conforming to JXLS specifications via the Model Context Protocol (MCP).
This tool acts as an MCP server designed to automate the creation of Excel template files for JXLS. It supports generating templates with `jx:area()` and `jx:each()` annotations, handling both JSON object and array data formats. Built on a full MCP protocol implementation with stdio communication, it ensures robust operation through strict input parameter validation, error handling, and file path security checks to prevent path traversal attacks. The use of Pydantic ensures type-safe data models for reliable template generation.