We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193d318 commit b8ecea1Copy full SHA for b8ecea1
src/mcp_server/services/hr_service.py
@@ -62,7 +62,7 @@ async def assign_mentor(employee_name: str, mentor_name: str = "TBD") -> str:
62
)
63
64
@mcp.tool(tags={self.domain.value})
65
- async def employee_onboarding_steps() -> str:
+ async def standard_employee_onboarding_checklist() -> str:
66
"""Gets the total onboarding steps required for all new Contoso employees. These are the only steps needed to onboard any new employee."""
67
onboarding_steps = """
68
0 commit comments