resource pattern

This commit is contained in:
John Lancaster
2026-06-18 19:38:57 -05:00
parent dbaaad8df8
commit d54f427112
11 changed files with 290 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from personal_mcp.catalog.server import catalog_server
__all__ = ["catalog_server"]