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 |
|---|---|
| TalentX Workspace | Main protected directory managed by file-manager |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_file | Create a new file (automatically applies snake_case naming convention) |
| read_file | Read contents of a file |
| write_file | Write to an existing file (naming convention enforced on creation only) |
| delete_file | Delete a file |
| list_files | List all files in directory |