This commit is contained in:
2026-07-10 16:56:16 +03:00
parent 979e974521
commit afa2bf5126
6 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export function registerPeopleTools(server: McpServer): void {
"find_person",
{
description:
"Search for people in the corporate directory (Active Directory) by name, email, or keyword.",
"Search for people in the corporate directory (Active Directory)"
+ " by name, email, or keyword.",
inputSchema: z.object({
query: z.string().describe(
"Name, email address, or keyword to search for",