Skip to content

refactor: make DevSpace a native MCP runtime - #1

Merged
ssfxx0923 merged 1 commit into
mainfrom
refactor/native-mcp-runtime
Aug 7, 2026
Merged

refactor: make DevSpace a native MCP runtime#1
ssfxx0923 merged 1 commit into
mainfrom
refactor/native-mcp-runtime

Conversation

@ssfxx0923

Copy link
Copy Markdown
Owner

DevSpace now treats the MCP host as the coding agent and keeps DevSpace as the local runtime/tool layer. Native mode is the default, with codex retained only as a compatibility alias; the native surface exposes open_workspace, read, grep, glob, ls, apply_patch, exec_command, and write_stdin, while normal shell file mutations are explicitly allowed and legacy write/edit/bash are not registered.\n\nThis removes the local-agent execution/configuration/provider layer and provider SDK dependencies while retaining Pi coding primitives, workspace instructions and skills, process sessions, worktrees, artifacts, review checkpoints, OAuth, and MCP UI behavior. The README and project instructions now document the direct host/runtime architecture.\n\nVerified with npm run typecheck, npm test, npm run build, devspace doctor, and a real authenticated public MCP smoke test covering all native tools, shell mutations, PTY/stdin/resize/Ctrl-C, and UI resources.

@ssfxx0923
ssfxx0923 merged commit df3b4a3 into main Aug 7, 2026
3 checks passed
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.

1 participant