Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_android_code | Search for code in Android source repositories (cs.android.com). Returns matching files and code snippets. |
| get_file_content | Get the full content of a source file from Android repositories |
| suggest_symbols | Get symbol suggestions for a partial query (classes, methods, files) |
| list_projects | List available Android source projects that can be searched |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Activity.java | Android Activity base class source code |
| View.java | Android View base class source code |
| Context.java | Android Context abstract class source code |