Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATHFINDER_HOST | No | SSE server host | 127.0.0.1 |
| PATHFINDER_PORT | No | SSE server port | 8080 |
| PATHFINDER_TRANSPORT | No | Transport: stdio or sse | stdio |
| PATHFINDER_MAX_TOKENS | No | Max context tokens | 128000 |
| PATHFINDER_SESSIONS_DIR | No | Session storage path | ~/.pathfinder-sessions |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |