diff --git a/.mcp.json b/.mcp.json index 20c936cf..c5ec3d64 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,6 +1,7 @@ { "mcpServers": { "CodSpeed": { + "type": "http", "url": "https://mcp.codspeed.io/mcp" } } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5c89155..6dca07aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,22 @@ # Contributing to CodSpeed Runner +## Getting Started + +### Prerequisites + +- [Rust](https://rustup.rs/) +- [Git LFS](https://github.com/git-lfs/git-lfs/blob/main/INSTALLING.md) (required for test fixtures) + +### Setup + +After cloning the repository, initialize the submodules and fetch the test fixtures: + +```bash +git submodule update --init --recursive +git lfs install +git lfs pull +``` + ## Release Process This repository is a Cargo workspace containing multiple crates. The release process differs depending on which crate you're releasing.