Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mcp" %}
{% set version = "1.9.2" %}
{% set version = "1.12.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/mcp-{{ version }}.tar.gz
sha256: 3c7651c053d635fd235990a12e84509fe32780cd359a5bbef352e20d4d963c05
sha256: a4b7c742c50ce6ed6d6a6c096cca0e3893f5aecc89a59ed06d47c4e6ba41edcc

build:
skip: true # [py<310]
Expand All @@ -26,7 +26,7 @@ requirements:
- anyio >=4.5
- httpx >=0.27
- httpx-sse >=0.4
- pydantic >=2.7.2,<3.0.0
- pydantic >=2.8.0,<3.0.0
- pydantic-settings >=2.5.2
# - python-dotenv >=1.0.0
- python-multipart >=0.0.9
Expand All @@ -35,6 +35,9 @@ requirements:
- starlette >=0.27
# - typer >=0.12.4
- uvicorn >=0.23.1
- jsonschema >=4.20.0
- pywin32 # [win]
- pywin32-ctypes # [win]

test:
imports:
Expand Down