## Summary Add support for MCP resources to the mock MCP server. ## Context Part of the follow-on features mentioned in #36. MCP supports resources that can provide context data to AI systems. ## Resources - [MCP Resources Specification](https://modelcontextprotocol.io/docs/concepts/resources) ## Acceptance Criteria - [ ] Implement `resources/list` method - [ ] Implement `resources/read` method - [ ] Add configurable resources via mock-llm.yaml - [ ] Support resource templates - [ ] Add tests for resources functionality - [ ] Update documentation - [ ] Add sample demonstrating resources usage
Summary
Add support for MCP resources to the mock MCP server.
Context
Part of the follow-on features mentioned in #36. MCP supports resources that can provide context data to AI systems.
Resources
Acceptance Criteria
resources/listmethodresources/readmethod