tag:github.com,2008:https://github.com/azdolinski/python-sdk/releasesTags from python-sdk2024-12-23T16:43:32Ztag:github.com,2008:Repository/908528540/v1.2.0rc12024-12-23T16:43:32Zv1.2.0rc1dsp-anttag:github.com,2008:Repository/908528540/v1.1.22024-12-12T17:03:56Zv1.1.2dsp-anttag:github.com,2008:Repository/908528540/v1.1.12024-12-09T14:23:53Zv1.1.1dsp-anttag:github.com,2008:Repository/908528540/v1.1.02024-12-03T22:18:17Zv1.1.0dsp-anttag:github.com,2008:Repository/908528540/v1.0.02024-11-25T14:17:57Zv1.0.0dsp-anttag:github.com,2008:Repository/908528540/v0.9.12024-11-20T11:29:10Zv0.9.1dsp-anttag:github.com,2008:Repository/908528540/v0.9.02024-11-19T12:19:29Zv0.9.0dsp-anttag:github.com,2008:Repository/908528540/v0.8.02024-11-13T14:50:36Zv0.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-anttag:github.com,2008:Repository/908528540/v0.6.02024-11-10T21:45:48Zv0.6.0dsp-anttag:github.com,2008:Repository/908528540/v0.5.02024-11-05T23:45:13Zv0.5.0nick-merrill