"""유틸리티 함수 모듈"""
def format_response(
emoji: str, message: str, summary: str, stress: int, boss_alert: int
) -> str:
"""
표준 MCP 응답 형식 생성
Args:
emoji: 이모지
message: 창의적인 메시지
summary: Break Summary 내용
stress: 현재 스트레스 레벨 (0-100)
boss_alert: 현재 Boss Alert Level (0-5)
Returns:
파싱 가능한 형식의 응답 문자열
"""
return f"""{emoji} {message}
Break Summary: {summary}
Stress Level: {stress}
Boss Alert Level: {boss_alert}"""
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/hwyang93/devotion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server