Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
mode | Yes | The operating mode for the server. Use 'stdio' for IDE integration. | stdio |
log_file | No | Optional path to a file where server logs will be written. If not provided, logs are directed to stderr (console). | ./logs/conport.log |
log_level | No | Sets the minimum logging level for the server. Valid choices are DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
workspace_id | Yes | The absolute path to the project workspace directory. Used to identify which project's context to manage and where to create the database files. |
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 |