Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
568
fn is_mcp_protocol(protocol: &str) -> bool {
569
protocol.eq_ignore_ascii_case(
"mcp"
)
570
}
571
572
fn split_tool_param(
573
protocol: &str,
Callers
4
flat_params_to_def
Function · 0.85
split_tool_param
Function · 0.85
yaml_mcp_method
Function · 0.85
from_proto
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected