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 |
---|---|
top-stories | |
new-stories | |
best-stories |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
getTopStories | Get top stories from Hacker News (up to 500 available) |
getBestStories | Get best stories from Hacker News (algorithmically ranked) |
getNewStories | Get newest stories from Hacker News |
getAskHNStories | Get Ask HN stories |
getShowHNStories | Get Show HN stories |
getJobStories | Get job postings from Hacker News |
getItem | Get a specific item (story, comment, job, etc.) by ID |
getUser | Get user profile information |
getComments | Get comments for a specific item |
getMaxItemId | Get the current maximum item ID |
getUpdates | Get recently updated items and profiles |