Suraj Bobade

Results 8 issues of Suraj Bobade

### Describe the issue with documentation Hello, I am new to AWS and am trying [Getting Started with the AWS SDK for Go V2](https://aws.github.io/aws-sdk-go-v2/docs/getting-started/) tutorial. However, the steps mentioned in...

documentation

Hello maintainers, this is my first contribution and adding a postman collection file covering all 4 end points for quick testing

As seen in the video below, icons are clearly visible in light mode but not in dark mode https://user-images.githubusercontent.com/11486375/130489183-6498f075-6ba0-492b-85c6-14d54792bdee.mp4

mcp/protocol: Implement [SEP-973](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/955) specification - Define Icon structure, which includes source, mimeType and sizes. - sizes is any array of strings. refer https://github.com/modelcontextprotocol/modelcontextprotocol/pull/1531 - Support setting websiteUrl, icons for mcp.Implementation...

### Description This issue tracks the implementation of https://github.com/modelcontextprotocol/modelcontextprotocol/pull/955 which adds support for icons and additional metadata for Implementations, Resources, Tools, and Prompts. Can we add this issue to project:...

help wanted

**Describe the bug** Content interface has wireContent method - which marshals bytes to struct implementing Content interface. Meta property in wireContent, has JSON tag _meta. ``` type wireContent struct {...

bug