Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | info |
SERVER_NAME | No | Name of the server | hackernews-mcp-server |
CACHE_MAX_SIZE | No | Maximum size of the cache | 1000 |
SERVER_VERSION | No | Version of the server | 1.0.0 |
CACHE_TTL_SECONDS | No | Cache time-to-live in seconds | 300 |
HACKERNEWS_API_TIMEOUT | No | Timeout for HackerNews API requests in milliseconds | 10000 |
HACKERNEWS_API_BASE_URL | No | Base URL for the HackerNews API | https://hacker-news.firebaseio.com/v0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |