Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment mode | production |
PROMPTS_DIR | No | Directory to store prompt files | ./prompts |
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 |
---|---|
add_prompt | Add a new prompt to the collection |
get_prompt | Retrieve a prompt by name |
list_prompts | List all available prompts |
delete_prompt | Delete a prompt by name |
create_structured_prompt | Create a new prompt with guided metadata structure |