w
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user