Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ remove
Method
remove
crates/opencode-mcp/src/oauth.rs:394–396 ·
view source on GitHub ↗
(&self, mcp_name: &str)
Source
from the content-addressed store, hash-verified
392
}
393
394
pub async fn remove(&self, mcp_name: &str) {
395
self.managers.write().await.remove(mcp_name);
396
}
397
}
398
399
impl Default for OAuthRegistry {
Callers
15
migrate_legacy_toml_config
Function · 0.45
merges_maps_recursively_for_same_keys
Function · 0.45
mcp_enabled_flag_overlay_keeps_existing_full_server_fields
Function · 0.45
unwatch
Method · 0.45
remove
Function · 0.45
start
Method · 0.45
open_document
Method · 0.45
apply_agent_config
Method · 0.45
handle_click
Method · 0.45
remove_stash
Method · 0.45
approve
Method · 0.45
deny
Method · 0.45
Calls
no outgoing calls
Tested by
2
merges_maps_recursively_for_same_keys
Function · 0.36
mcp_enabled_flag_overlay_keeps_existing_full_server_fields
Function · 0.36