Stage 4 of 5v1 · c1e1f8c9
Expose resources
List and read text resources by URI.
Application-driven data
A tool performs an action; a resource offers context that the client chooses to read. Implement resources/list with one text resource: memo://welcome.
resources/read receives the URI and returns contents. Preserve the URI and MIME type so the client knows how to interpret the content. The exact text is Welcome to Shipcode MCP..
Acceptance criteria
- The list describes the resource without including its contents.
- Reading returns URI, MIME type, and text.
- Do not access the network or host files.