tag:github.com,2008:https://github.com/geeknik/python-sdk/releases Tags from python-sdk 2024-12-12T17:03:56Z tag:github.com,2008:Repository/906747638/v1.1.2 2024-12-12T17:03:56Z v1.1.2 dsp-ant tag:github.com,2008:Repository/906747638/v1.1.1 2024-12-09T14:23:53Z v1.1.1 dsp-ant tag:github.com,2008:Repository/906747638/v1.1.0 2024-12-03T22:18:17Z v1.1.0 dsp-ant tag:github.com,2008:Repository/906747638/v1.0.0 2024-11-25T14:17:57Z v1.0.0 dsp-ant tag:github.com,2008:Repository/906747638/v0.9.1 2024-11-20T11:29:10Z v0.9.1 dsp-ant tag:github.com,2008:Repository/906747638/v0.9.0 2024-11-19T12:19:29Z v0.9.0 dsp-ant tag:github.com,2008:Repository/906747638/v0.8.0 2024-11-13T14:50:36Z v0.8.0 <p>This release includes several major improvements to the SDK architect…</p> <p>…ure, adds example servers, and improves type safety throughout the codebase.</p> <p>- Added example servers demonstrating common use cases: <br /> - `simple-prompt`: Example server exposing a customizable prompt template <br /> - `simple-resource`: Example server exposing sample text files as resources <br /> - `simple-tool`: Example server implementing a website fetching tool <br />- Added client capability checking: <br /> - New `check_client_capability()` method to verify specific capabilities <br /> - Store client parameters from initialization request <br /> - Improved type safety for capability verification</p> <p>- Minimum supported Python version is now explicitly set to 3.10 <br />- Removed re-exported types from `mcp.server` - clients should now import directly from `mcp.types` <br />- Removed helper types from `mcp.server.types` in favor of using spec types directly from `mcp.types` <br />- Renamed `mcp.server.types` to `mcp.server.models` with minimal required types</p> <p>- More explicit type safety with `RequestContext[ServerSession]` return type <br />- Simplified server architecture by reducing abstraction layers <br />- Improved package infrastructure with PyPI release workflow <br />- Added GitHub Actions workflows for releases and checks</p> <p>- Added README files for all example servers <br />- Improved main package documentation <br />- Updated installation instructions to reflect new package name</p> <p>- <a class="user-mention notranslate" href="https://github.com/dsp-ant">@dsp-ant</a> (David Soria Parra)</p> <p>None</p> <p>```bash <br />pip install mcp==0.8.0 <br />```</p> <p>For more information, please see the [documentation](<a href="https://github.com/modelcontextprotocol/python-sdk">https://github.com/modelcontextprotocol/python-sdk</a>).</p> dsp-ant tag:github.com,2008:Repository/906747638/v0.6.0 2024-11-10T21:45:48Z v0.6.0 dsp-ant tag:github.com,2008:Repository/906747638/v0.5.0 2024-11-05T23:45:13Z v0.5.0 nick-merrill tag:github.com,2008:Repository/906747638/v0.3.0 2024-10-21T15:15:32Z v0.3.0 dsp-ant