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 |
|---|---|
| recent-urls |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch | Fetch content from a URL with automatic content type detection |
| fetch-json | Fetch content from any URL and convert to JSON format |
| fetch-html | Fetch content from any URL and convert to HTML format |
| fetch-markdown | Fetch content from any URL and convert to Markdown format |
| fetch-text | Fetch content from any URL and convert to plain text format |