Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tool_universe.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ uv run python examples/quickstart_tooluniverse.py

Each server launches via `uv run <server>-mcp-server` and inherits your
environment. Override with `ToolUniverse(servers={...})` if you run outside `uv`.

## Guided tour

[`notebook/showcase_iot_mcp_tools.ipynb`](../notebook/showcase_iot_mcp_tools.ipynb)
walks through every tool on the IoT server using the contract above: discovery,
sites and assets, sensor inventory, telemetry, a plot, and a registered workflow.
Loading