renamed to mcp-obsidian
This commit is contained in:
9
src/mcp_obsidian/__init__.py
Normal file
9
src/mcp_obsidian/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from . import server
|
||||
import asyncio
|
||||
|
||||
def main():
|
||||
"""Main entry point for the package."""
|
||||
asyncio.run(server.main())
|
||||
|
||||
# Optionally expose other important items at package level
|
||||
__all__ = ['main', 'server']
|
Reference in New Issue
Block a user