MCP Resources
The Lore MCP Server exposes packages as MCP resources via the lore:// URI scheme.
URI Format
lore://<namespace>/<name>:<version>Examples:
lore://m1cloud/azure-architect:1.0.0
lore://community/code-reviewer:latestReading a Resource
AI harnesses that support MCP resources can read Lore packages directly:
Read resource: lore://m1cloud/azure-architect:1.0.0The MCP Server fetches the package from the registry, renders it for the current target, and returns the content.
Resource vs. Tool
Use resources when the AI harness supports MCP resource reading (injected into context automatically). Use the lore_get tool for explicit, programmatic access.
Resource Templates
The MCP Server also exposes a resource template for dynamic URIs:
lore://{namespace}/{name}:{version}This allows AI harnesses to discover and construct valid resource URIs dynamically.