MCPcopy Index your code
hub / github.com/github/copilot-sdk / search

Method search

python/test_tools.py:23–24  ·  view source on GitHub ↗
(params: Params, invocation: ToolInvocation)

Source from the content-addressed store, hash-verified

21
22 @define_tool("search", description="Search for something")
23 def search(params: Params, invocation: ToolInvocation) -> str:
24 return "result"
25
26 assert search.name == "search"
27 assert search.description == "Search for something"

Calls

no outgoing calls

Tested by

no test coverage detected