# `GenMCP.MCP.V2607.EmbeddedResource`
[🔗](https://github.com/lud/gen_mcp/blob/main/lib/gen_mcp/mcp/v2607/entities.ex#L1185)

Struct and module-based JSON schema generated from
[modelcontextprotocol.io JSON schema](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema/2026-07-28/schema.json).

The contents of a resource, embedded into a prompt or tool call
result.

It is up to the client how best to render embedded resources for the
benefit of the LLM and/or the user.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.EmbeddedResource{
  _meta: term(),
  annotations: term(),
  resource: term()
}
```

# `json_schema`

Returns the JSON schema for this entity.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
