Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_HOST | No | Database host | localhost |
DB_PORT | No | Database port | 3306 |
DB_DATABASE | No | Database name | mcp_rss |
DB_PASSWORD | No | Database password | 123456 |
DB_USERNAME | No | Database username | root |
OPML_FILE_PATH | No | Path to your OPML file with RSS feeds | ./feeds.opml |
RSS_UPDATE_INTERVAL | No | Interval to fetch RSS updates (in minutes) | 1 |
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 |