[project]
name = "mcp-server-obsidian-omnisearch"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "anpigon" }]
maintainers = [{ name = "anpigon", email = "anpigon@kakao.com" }]
keywords = ["http", "mcp", "llm", "automation", "obsidian", "omnisearch", "second-brain"]
license = { text = "MIT" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
]
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.11.9",
"asyncio>=3.4.3",
"fastmcp>=0.3.3",
"requests>=2.32.3",
]
[project.scripts]
mcp-server-obsidian-omnisearch = "mcp_server_obsidian_omnisearch:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3"]