(serverName: string)
| 37 | * @returns The prefix string |
| 38 | */ |
| 39 | export function getMcpPrefix(serverName: string): string { |
| 40 | return `mcp__${normalizeNameForMCP(serverName)}__` |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Builds a fully qualified MCP tool name from server and tool names. |
no test coverage detected