Source: python-mcp Section: python Maintainer: Debian Python Team Uploaders: Pieter Lenaerts , Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-pytest , python3-pytest-xdist , python3-anyio , python3-httpx , python3-pydantic , python3-pydantic-settings , python3-httpx-sse , python3-dirty-equals , python3-inline-snapshot , python3-requests , python3-starlette , python3-sse-starlette , python3-uvicorn , python3-websockets , python3-jsonschema , python3-typer , python3-python-multipart , python3-jwt , Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.4 Homepage: https://modelcontextprotocol.io/docs/getting-started/intro Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-mcp.git Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-mcp Package: python3-mcp Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, python3-typer Description: Python implementation of the Model Context Protocol (MCP) The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Python SDK implements the full MCP specification, making it easy to: . - Build MCP clients that can connect to any MCP server - Create MCP servers that expose resources, prompts and tools - Use standard transports like stdio, SSE, and Streamable HTTP - Handle all MCP protocol messages and lifecycle events