Skip to main content
Glama
deslicer

MCP Server for Splunk

dependabot.yml1.51 kB
# Dependabot configuration for automated dependency updates # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically version: 2 updates: # Python dependencies - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" day: "monday" time: "09:00" timezone: "America/New_York" open-pull-requests-limit: 10 labels: - "dependencies" - "security" commit-message: prefix: "deps" include: "scope" versioning-strategy: increase groups: development-dependencies: patterns: - "pytest*" - "black*" - "ruff*" - "mypy*" update-types: - "minor" - "patch" production-dependencies: patterns: - "*" update-types: - "minor" - "patch" # GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" day: "monday" time: "09:00" timezone: "America/New_York" labels: - "dependencies" - "github-actions" commit-message: prefix: "ci" include: "scope" # Docker - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" day: "tuesday" time: "09:00" timezone: "America/New_York" labels: - "dependencies" - "docker" commit-message: prefix: "docker" include: "scope"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deslicer/mcp-for-splunk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server