Mazine Mrini

Results 18 comments of Mazine Mrini

Alright! But if you want to replicate the issue, here's where to start: 1. Build a wheel of a package that depends on `sqlalchemy2-stubs^0.0.2-alpha.21` like this: ``` mkdir mypkg cd...

:wave: I created a [PR](https://github.com/dbt-labs/dbt-core/pull/9192) with tests to demonstrate the issue.

@Secrus It has to do with this [issue comment](https://github.com/python-poetry/poetry/issues/6519#issuecomment-1251037907). Given two libraries `parent` and `child`. ``` # child [tool.poetry.dependencies] parent = "^1.0.0" # parent 1.0.0 [tool.poetry.dependencies] alpha_lib = "^0.0.2-alpha.21" ```...

@topherbullock is this something I should put effort in implementing completely (including tests, etc. ?)

@HunterHillegas My understanding is that the new spec is a superset of the previous one. Basically adding the `protected_metadata` endpoint as the first interaction on 401 between the client and...

> hello 👋 wanted to ask what the plans are for this PR? or what the recommendation is for teams that want to use this SDK for building an MCP...

@alexandru-calinoiu FYI, this implementation mimics the other official implementation, [typescript](https://github.com/modelcontextprotocol/typescript-sdk) and [python](https://github.com/modelcontextprotocol/python-sdk). It also follows the [2025-03-26 authorization spec](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/docs/specification/2025-03-26/basic/authorization.mdx)

When we started working on this, we discussed the possibility of using a lib or having an extra gem, but the spec is specific to the MCP, specifically the part...