ToolNamingSeparator
Separator style for flattening context paths into MCP tool names.
- Kind:
Enum - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/ToolNamingSeparator.cs
Signature
Section titled “Signature”public enum ToolNamingSeparatorFields
Section titled “Fields”Dot: contact.add.
Dot = 2Returns
Section titled “Returns”Slash: contact/add.
Slash = 1Returns
Section titled “Returns”Underscore
Section titled “Underscore”Underscore: contact_add.
Underscore = 0