loadSkillsRootPath method

  1. @override
Future<String?> loadSkillsRootPath()
override

Loads the root directory path for skill ZIP storage.

Implementation

@override
Future<String?> loadSkillsRootPath() async {
  final prefs = await _instance;
  return prefs.getString('mcp_playground_skills_root_path');
}