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

@@ -22,7 +22,7 @@ from . import tools
# Configure logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger("mcp-knowledge-base")
logger = logging.getLogger("mcp-obsidian")
api_key = os.getenv("OBSIDIAN_API_KEY")
if not api_key: