File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/local-mcp-server/src Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22 * @fileoverview Glean Model Context Protocol (MCP) Server Implementation
33 *
44 * This server implements the Model Context Protocol, providing a standardized interface
5- * for AI models to interact with Glean's search and chat capabilities. It uses stdio
5+ * for AI models to interact with Glean's capabilities. It uses stdio
66 * for communication and implements the MCP specification for tool discovery and execution.
77 *
8- * The server provides two main tools:
9- * 1. search - Allows searching through Glean's indexed content
10- * 2. chat - Enables conversation with Glean's AI assistant
8+ * The server exposes four tools:
9+ * 1. company_search - Search across Glean's indexed content
10+ * 2. people_profile_search - Search for people profiles inside the company
11+ * 3. chat - Converse with Glean's AI assistant
12+ * 4. read_documents - Retrieve documents by ID or URL
1113 */
1214
1315import { Server } from '@modelcontextprotocol/sdk/server/index.js' ;
You can’t perform that action at this time.
0 commit comments