MCPcopy Index your code
hub / github.com/plotly/dash / _tools_list

Function _tools_list

tests/unit/mcp/conftest.py:58–62  ·  view source on GitHub ↗

Return all tools (callbacks + builtins) as Tool objects.

(app)

Source from the content-addressed store, hash-verified

56
57
58def _tools_list(app):
59 """Return all tools (callbacks + builtins) as Tool objects."""
60 _setup_mcp(app)
61 with app.server.test_request_context():
62 return list_tools().tools
63
64
65def _user_tool(tools):

Calls 2

list_toolsFunction · 0.90
_setup_mcpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…