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_users | Get all users from the mock database |
| get_user | Get a specific user by ID |
| create_user | Create a new user |
| get_tasks | Get all tasks from the mock database |
| get_task | Get a specific task by ID |
| create_task | Create a new task |
| update_task | Update an existing task |
| search | Search users and tasks |