Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_chromium_latest_commit | MCP handler to get the latest commit information for a specified file in Chromium repository
Args:
file_path (str): Relative path of the file in Chromium repository (e.g., "components/sync/service/data_type_manager.cc")
Returns:
str: Formatted commit information including hash, author, message, modified files list, and diff details |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |