Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
directories:
- '/packages/mcp'
- '/packages/mcp-provider-api'
- '/packages/mcp-provider-dx-core'
- '/packages/EXAMPLE-MCP-PROVIDER'
schedule:
interval: 'weekly'
day: 'saturday'
Expand Down
Empty file modified .husky/commit-msg
100755 → 100644
Empty file.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
Empty file modified .husky/pre-push
100755 → 100644
Empty file.
4 changes: 4 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ The server release workflow will automatically update to the latest provider ver

- For server wiring details and how providers are loaded, see `packages/mcp/DEVELOPING.md`.

## Dependabot automation
We have Dependabot enabled in this repo for the the packages listed in `.github/dependabot.yml`, if a PR passes all tests it will be automatically merged (cron job checks PRs opens every day).
This automation is opt-in by default (just add your package dir to the dependabot config), just note that you can't enable dependabot PRs and disable automerges yet (will be addressed in the future)

## Running the MCP server locally

Quick options; see `packages/mcp/DEVELOPING.md` for full details and troubleshooting.
Expand Down
Loading