Skip to content

Commit 62b1e84

Browse files
Merge pull request #213 from gleanwork/codex/revise-intro-comment-to-list-tools
chore(comments): fix comment in server intro
2 parents 8c4d697 + cf05639 commit 62b1e84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/local-mcp-server/src/server.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
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

1315
import { Server } from '@modelcontextprotocol/sdk/server/index.js';

0 commit comments

Comments
 (0)