Skip to content

Commit 27b3203

Browse files
authored
Update contributor guide (#6)
* Update contributor guide Signed-off-by: Sid Murching <[email protected]> * Update Signed-off-by: Sid Murching <[email protected]> --------- Signed-off-by: Sid Murching <[email protected]>
1 parent c47179d commit 27b3203

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests and lint for MCP servers
1+
name: Unit Tests
22

33
on:
44
push:

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## Contributing
22

3-
We happily welcome contributions to the MCP servers in this repo. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes.
3+
We happily welcome contributions to the MCP servers in this repo. We use GitHub Issues to track community reported issues and feature requests,
4+
and GitHub Pull Requests for accepting changes.
45

5-
For new feature requests or contributions (e.g. adding a new server), please file an issue or reach out [via Slack](https://databricks.enterprise.slack.com/archives/C065NC65Q9F) to facilitate initial discussion,
6-
before sending a pull request
6+
See [issues](https://github.com/databrickslabs/mcp/issues) with the "help wanted" or "bug" labels for items that we'd especially like help with.
7+
8+
For major new features or changes (e.g. adding a new server, removing tool(s) from an existing server), please file an issue or reach out [via Slack](https://databricks.enterprise.slack.com/archives/C065NC65Q9F) to facilitate initial discussion,
9+
before sending a pull request. For smaller changes (e.g. fixing a bug, adding a new tool, improving test coverage), feel free to send a pull request directly.
710

811
### Running tests
912

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Databricks MCP servers
22

3+
![Test Status](https://github.com/databrickslabs/mcp/actions/workflows/unit_tests.yml/badge.svg)
4+
35
## Overview
46
An experimental collection of [MCP](https://modelcontextprotocol.io/introduction) servers to help AI agents fetch enterprise data from Databricks, automate common developer actions on Databricks, etc:
57

@@ -8,9 +10,8 @@ An experimental collection of [MCP](https://modelcontextprotocol.io/introduction
810
* ![status: Under construction](https://img.shields.io/badge/status-Under_construction-red?style=flat-square&logo=databricks)
911
[Databricks developer tools server](./servers/developer_tools/README.md): Perform common developer actions in Databricks, like creating and updating notebooks, running jobs, etc. This server is not yet usable, but contributions are welcome!
1012

11-
The set of servers in this repo is fluid and will evolve over time. We welcome contributions to this repo, including updates to existing tools, new tools for existing servers, and new servers - please first
12-
read the [contributor guidelines](CONTRIBUTING.md) to streamline the process and ensure your contribution has the
13-
best change of being accepted :)
13+
The set of servers and tools in this repo is fluid and will evolve over time. We welcome contributions to this repo - please first
14+
read the [contributor guidelines](CONTRIBUTING.md) to streamline the process and discover areas where help is needed.
1415

1516
## Usage
1617
See the `README.md` in each server's directory for detailed instructions.

0 commit comments

Comments
 (0)