Skip to main content
Glama
by fkesheh
__init__.py492 B
"""Utilities package.""" from skill_mcp.utils.path_utils import validate_path from skill_mcp.utils.script_detector import get_file_type, has_uv_dependencies, is_executable_script from skill_mcp.utils.yaml_parser import ( get_skill_description, get_skill_name, parse_yaml_frontmatter, ) __all__ = [ "validate_path", "parse_yaml_frontmatter", "get_skill_description", "get_skill_name", "is_executable_script", "has_uv_dependencies", "get_file_type", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fkesheh/skill-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server