File tree Expand file tree Collapse file tree
src/holoviz_mcp/holoviz_mcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -690,10 +690,7 @@ def _load_skill_utf8(self):
690690 raise FileNotFoundError (f"Skill directory not found: { self ._skill_path } " )
691691
692692 if not main_file .exists ():
693- raise FileNotFoundError (
694- f"Main skill file not found: { main_file } . "
695- f"Expected { self ._main_file_name } in { self ._skill_path } "
696- )
693+ raise FileNotFoundError (f"Main skill file not found: { main_file } . " f"Expected { self ._main_file_name } in { self ._skill_path } " )
697694
698695 content = main_file .read_text (encoding = "utf-8" )
699696 frontmatter , body = _skill_provider_module .parse_frontmatter (content )
@@ -793,6 +790,7 @@ def _add_skills_provider():
793790 provider = SkillsDirectoryProvider (roots = roots , supporting_files = "resources" )
794791 mcp .add_provider (provider )
795792
793+
796794_add_agent_resources ()
797795_add_skills_provider ()
798796
You can’t perform that action at this time.
0 commit comments