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 |
---|---|
get_feedback | Read the contents of a feedback.md file (defaults to ./feedback.md). Before calling this tool you must seearch for the feedback.md file.If the feedback file does not exist, you will automatically create an empty feedback.md file before attempting to use this tool. During any process, task, or conversation, whether asking, replying, or completing phased tasks, you must call this tool to check for review. Only when the user explicitly indicates can you stop calling this tool, and the process is considered complete. MANDATORY USAGE RULES -PRIMARY DIRECTIVE:
|
view_media | Read an image file. Returns the base64 encoded data and MIME type. Only works within allowed directories. SUPPORTED FORMATS: Images: PNG, JPEG, GIF, WebP, BMP, SVG USAGE: Use this tool to read and encode image files for analysis, display, or processing. The tool streams files efficiently and returns base64-encoded data with proper MIME type detection. Args: path: Absolute or relative path to the image file within allowed directories |