Skip to content

Commit c9d10bf

Browse files
authored
Merge pull request #3 from samefarrar/mcp_release_update
chore: Update to release version of mcp
2 parents a92ad5a + 6383275 commit c9d10bf

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "mcp_ankiconnect"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Connect Claude conversations with AnkiConnect via MCP to make spaced repetition as easy as \"Help me remember this\""
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"httpx>=0.28.1",
9-
"mcp[cli]==1.2.0rc1",
9+
"mcp[cli]>=1.2.0",
10+
"pydantic>=2.10.5",
1011
"uvicorn>=0.34.0",
1112
]
1213
license = { text = "MIT" }

uv.lock

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)