Merge pull request #8 from Csaba8472/lower-python-version

lower python version
This commit is contained in:
Markus Pfundstein
2024-12-19 13:03:08 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ name = "mcp-obsidian"
version = "0.2.1"
description = "MCP server to work with Obsidian via the remote REST plugin"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.11"
dependencies = [
"mcp>=1.1.0",
"python-dotenv>=1.0.1",