Expand description
Gettext MCP server struct and tool routing.
Tool implementations are #[tool] methods that delegate to the
handle_* functions in crate::tools. The #[tool_router] /
#[tool_handler] macros from rmcp 1.7 generate the dispatch table
and the ServerHandler::list_tools / call_tool glue.
Structsยง
- Gettext
McpServer - MCP server for GNU gettext
.po/.potfiles. Holds the shared store manager and the macro-generated tool/prompt routers.