bumped mcp

This commit is contained in:
Markus Pfundstein
2024-12-04 10:25:06 +01:00
parent abdc8fd875
commit c43fc39156
2 changed files with 13 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
[project]
name = "mcp-obsidian"
version = "0.1.0"
version = "0.2.0"
description = "MCP server to work with Obsidian via the remote REST plugin"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp>=1.0.0",
"mcp>=1.1.0",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
]