Skip to main content

Module server

Module server 

Source
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ยง

GettextMcpServer
MCP server for GNU gettext .po/.pot files. Holds the shared store manager and the macro-generated tool/prompt routers.