Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | Path to the policy file to enforce per-tool rules (e.g., protect-mcp.json). | |
| enforce | No | Whether to enable enforcement mode to apply per-tool policies (block, rate_limit, min_tier) instead of just shadow mode logs. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_file | Read the contents of a file |
| write_file | Write content to a file |
| delete_file | Delete a file from the filesystem |
| web_search | Search the web for information |
| deploy | Deploy the application to production |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |