Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| hn_latest | Get the latest/newest stories from Hacker News |
| hn_top | Get the top-ranked stories from Hacker News |
| hn_best | Get the best stories from Hacker News |
| hn_story | Get details for a specific story by ID |
| hn_comments | Get comments for a story (by story ID or index from last story list) |