Skip to main content

parse_prefixed_name

Function parse_prefixed_name 

Source
pub fn parse_prefixed_name(name: &str) -> Result<(&str, &str), McpzipError>
Expand description

Splits “server__tool” into (server, tool). Splits on first occurrence of “__”.