MCPcopy
hub / github.com/github/github-mcp-server / RemoteOnlyToolsets

Function RemoteOnlyToolsets

pkg/github/tools.go:499–504  ·  view source on GitHub ↗

RemoteOnlyToolsets returns toolset metadata for toolsets that are only available in the remote MCP server. These are documented but not registered in the local server.

()

Source from the content-addressed store, hash-verified

497// available in the remote MCP server. These are documented but not registered
498// in the local server.
499func RemoteOnlyToolsets() []inventory.ToolsetMetadata {
500 return []inventory.ToolsetMetadata{
501 ToolsetMetadataCopilotSpaces,
502 ToolsetMetadataSupportSearch,
503 }
504}

Callers 2

TestAllToolsetIconsExistFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAllToolsetIconsExistFunction · 0.68