NiharDoshi99

Results 5 issues of NiharDoshi99

### Describe your changes : I worked on the Clean Atlas, Amundsen and metadata_rest. FIX #6563 # ### Type of change : - [x] Bug fix - [x] Improvement ###...

### Describe your changes : I worked on the Dagster integration with its API. Issue #7362 # ### Type of change : - [x] Bug fix - [x] Improvement -...

When using the `go-sdk` to communicate with an MCP server that requires authentication, there is currently no documented or supported way to pass custom HTTP headers (e.g., `Authorization`, `x-api-key`, etc.)...

**Is your feature request related to a problem? Please describe.** The modelcontextprotocol/go-sdk currently does not provide any built-in support for OAuth 2.0 authentication, which is required for connecting to MCP...

## Description When attempting to connect to the GitHub MCP server using OAuth-based authentication. ## Code Sample ```go // Minimum code snippet to reproduce the issue // Remove if not...