Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port to use for SSE transport | 3000 |
DEBUG | No | Enable debug mode (true or false) | false |
TRANSPORT | No | The transport method to use (stdio or sse) | stdio |
NIA_API_KEY | Yes | Your Nia API key | |
TOOL_TIMEOUT_MS | No | Custom timeout for tool execution | 300000 |
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 |
---|---|
lookup_codebase_context | Look up context from a codebase indexed in Nia, retrieving relevant code snippets based on user queries. |