Skip to content

feat(devcontainer): Adds Dev Container configuration #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 30, 2025

Conversation

cr2007
Copy link
Contributor

@cr2007 cr2007 commented Jul 22, 2025

This fixes #151, which makes it easier for users to easily use GitHub Codespaces, providing them with a VS Code like environment with their preferred settings/themes and the required dependencies, all within the browser.

- Includes Git LFS support via devcontainer features
- Installs recommended VS Code extensions for Go development:
  - `golang.go`, `gitlens`, `vscode-icons`, etc.
- Runs `go mod tidy` automatically after container creation
@jba
Copy link
Contributor

jba commented Jul 22, 2025

Thanks, but following CONTRIBUTING.md, we recommend waiting for confirmation before implementing any proposals. We'll take a look at your issue soon and get back to you.

@jba
Copy link
Contributor

jba commented Jul 23, 2025

Thanks for the explanations. This looks fine, but I need to discuss with my colleagues, some of whom are on vacation. I don't want to accept it and then have to remove it later. So we'll have to wait until next week.

@jba jba merged commit 982a0bc into modelcontextprotocol:main Jul 30, 2025
4 checks passed
@jba
Copy link
Contributor

jba commented Jul 30, 2025

Thank you!

@cr2007 cr2007 deleted the feat-devcontainer-config branch July 30, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Dev Container Configuration
2 participants