Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address for the server. | 127.0.0.1 |
| MCP_PATH | No | The endpoint path for the MCP server. | /mcp |
| MCP_PORT | No | The port number for the server. | 8000 |
| MCP_API_BASE | No | The base URL for the Search CAIE API. | https://api.searchcaie.com/api |
| MCP_TRANSPORT | No | The transport protocol to use (e.g., stdio or streamable-http). | stdio |
| MCP_DEFAULT_SUBJECT | No | Optional default subject filter. If omitted, the server does not apply a subject filter by default. | |
| MCP_REQUEST_TIMEOUT | No | The timeout for requests in seconds. | 30 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |