BB.MCP.Resources (bb_mcp v0.1.0)

Copy Markdown View Source

Shared helpers for the resource component modules under BB.MCP.Resources.*.

Summary

Functions

Resolve a robot URI template variable to a robot module.

Functions

fetch_robot(arg1)

@spec fetch_robot(map()) :: {:ok, module()} | {:error, struct()}

Resolve a robot URI template variable to a robot module.

Returns {:ok, module} or {:error, Anubis.MCP.Error.t()}.