Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Secret key used for Bearer token authentication. | |
| NODE_ENV | No | The environment mode, such as 'production'. | |
| GITHUB_TOKEN | No | GitHub personal access token used for committing and pushing changes to the repository, especially if private. | |
| ALLOWED_ORIGIN | No | CORS restricted domain (e.g., https://sohumsuthar.com). | |
| PORTFOLIO_PATH | Yes | The path to your portfolio directory where posts and projects are stored (e.g., /path/to/suthar-portfolio or clone repo in /tmp). |
Capabilities
Server capabilities have not been inspected yet.
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 | |