We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bbernstein/lacylights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "America/New_York"
open-pull-requests-limit: 5
reviewers:
- "bbernstein"
commit-message:
prefix: "deps"
include: "scope"
labels:
- "dependencies"
- "automated-pr"
ignore:
# Ignore major version updates for critical dependencies
- dependency-name: "@types/*"
update-types: ["version-update:semver-major"]
- dependency-name: "typescript"
update-types: ["version-update:semver-major"]
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "ci"
include: "scope"
labels:
- "github-actions"
- "automated-pr"