Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ get_metadata
Method
get_metadata
tests/tools/test_tool_manager.py:41–42 ·
view source on GitHub ↗
(self, name, ns)
Source
from the content-addressed store, hash-verified
39
return
[RegistryToolInfo(namespace=ns, name=name)
for
ns, name in self._items]
40
41
async
def
get_metadata(self, name, ns):
42
return
self._meta.get((ns, name))
43
44
45
@pytest.fixture
Callers
2
get_all_tools
Method · 0.80
round_trip
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected