Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBSITES_CONFIG | No | Embedded JSON string containing website configurations (backward compatible option) | |
| WEBSITES_CONFIG_PATH | No | Path to an external configuration file containing website definitions in JSON format |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_website | Fetch specified website and convert to markdown format |
| list_configured_websites | List all configured websites |
| fetch_example_site | Fetch example-site (https://example.com) and convert to markdown format |
| fetch_test_site | Fetch test-site (https://test.com) and convert to markdown format |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |