ewoksid13.mcp.tools#
Registry of the tools exposed by the ewoksid13 MCP server.
Adding a new tool#
Implement it as a plain function with type hints and a docstring in a module of this package (use
ewoksid13.mcp.tools.submitas a template). The signature and docstring become the tool’s MCP schema.Import it below and append it to
TOOLS.
ewoksid13.mcp.server registers every callable in TOOLS — nothing
else to change there.
Modules
MCP tool wrapping the pyFAI integration workflow. |
|
Template tool module — copy this file to add a new MCP tool. |