This website requires JavaScript.
Explore
Help
Register
Sign In
jramos
/
ajarbot
Watch
1
Star
0
Fork
0
You've already forked ajarbot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
ajarbot
/
mcp_servers
/
obsidian
/
__init__.py
2 lines
57 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Refactor: Organize Obsidian MCP into proper package structure Moved obsidian_mcp.py into mcp_servers/obsidian/ to align with other MCP server organization (SSH, Cloudflare, Loki). This improves code discoverability and maintains consistent package structure. Changes: - Moved obsidian_mcp.py → mcp_servers/obsidian/obsidian_mcp.py - Updated lazy import in llm_interface.py (line 396) - Updated lazy import in tools.py (line 550) - Deleted empty scripts/ directory All imports verified with runtime tests. Zero functional changes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-24 13:31:25 -07:00
# mcp_servers.obsidian - Obsidian MCP server integration
Reference in New Issue
Copy Permalink