mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
14 lines (13 loc) • 399 B
YAML
server:
port: 8081
management:
endpoints:
web:
# ok: spring-actuator-dangerous-endpoints-enabled-yaml
base-path: /internal
exposure:
# ruleid: spring-actuator-dangerous-endpoints-enabled-yaml
include:
- "health" # Should be OK (but will still be shown in the output)
- "prometheus" # Should match
- "logfile" # Should match