MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / is_mcp_protocol

Function is_mcp_protocol

crates/openshell-policy/src/lib.rs:568–570  ·  view source on GitHub ↗
(protocol: &str)

Source from the content-addressed store, hash-verified

566}
567
568fn is_mcp_protocol(protocol: &str) -> bool {
569 protocol.eq_ignore_ascii_case("mcp")
570}
571
572fn split_tool_param(
573 protocol: &str,

Callers 4

flat_params_to_defFunction · 0.85
split_tool_paramFunction · 0.85
yaml_mcp_methodFunction · 0.85
from_protoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected