Skip to content

Commit b8ecea1

Browse files
committed
tweaks for tooling
1 parent 193d318 commit b8ecea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_server/services/hr_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def assign_mentor(employee_name: str, mentor_name: str = "TBD") -> str:
6262
)
6363

6464
@mcp.tool(tags={self.domain.value})
65-
async def employee_onboarding_steps() -> str:
65+
async def standard_employee_onboarding_checklist() -> str:
6666
"""Gets the total onboarding steps required for all new Contoso employees. These are the only steps needed to onboard any new employee."""
6767
onboarding_steps = """
6868

0 commit comments

Comments
 (0)