Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STATELESSOR_API_URL | No | API endpoint for Statelessor | http://localhost:3001 |
| STATELESSOR_API_TIMEOUT | No | Request timeout in milliseconds | 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 |
|---|---|
| analyze_git_repository | Analyze a Git repository for stateful code patterns in .NET or Java projects |
| analyze_local_project | Analyze a local project directory for stateful code patterns |
| generate_analysis_script | Generate a bash or PowerShell script for offline analysis |
| get_project_findings | Retrieve historical analysis findings for a project |
| explain_remediation | Get detailed remediation guidance for a specific stateful pattern |