You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ When AI agents write code, they need to run it somewhere. Today that means your
19
19
20
20
The [devcontainer spec](https://containers.dev/) already defines reproducible, container-based dev environments. Every major project ships a `.devcontainer/devcontainer.json`. But AI agents can't use them — until now.
21
21
22
-
`devcontainer-mcp` exposes **33 MCP tools** that let any AI agent:
22
+
`devcontainer-mcp` exposes **45 MCP tools** that let any AI agent:
23
23
24
24
1.**Spin up** a dev container from any repo — locally, on a cloud VM, or in Codespaces
25
25
2.**Run commands** inside the container — builds, tests, linting, anything
@@ -98,7 +98,7 @@ Codespaces tools require an auth handle (e.g. `"github-aniongithub"`). The MCP s
0 commit comments