ewoksid13.mcp.tools#

Registry of the tools exposed by the ewoksid13 MCP server.

Adding a new tool#

  1. Implement it as a plain function with type hints and a docstring in a module of this package (use ewoksid13.mcp.tools.submit as a template). The signature and docstring become the tool’s MCP schema.

  2. Import it below and append it to TOOLS.

ewoksid13.mcp.server registers every callable in TOOLS — nothing else to change there.

Modules

integration

MCP tool wrapping the pyFAI integration workflow.

submit

Template tool module — copy this file to add a new MCP tool.