renamed to mcp-obsidian

This commit is contained in:
Markus Pfundstein
2024-12-04 10:22:24 +01:00
parent b88fc57b5d
commit abdc8fd875
7 changed files with 15 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "mcp-knowledge-base"
name = "mcp-obsidian"
version = "0.1.0"
description = "Example MCP server to create a knowledge-base"
description = "MCP server to work with Obsidian via the remote REST plugin"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
@@ -23,4 +23,4 @@ dev = [
]
[project.scripts]
mcp-knowledge-base = "mcp_knowledge_base:main"
mcp-obsidian = "mcp_obsidian:main"