Commit 95e1ed3
fix(mcp): temporarily disable ephemeral VMs due to networking issues
Disables ephemeral MicroVM execution for MCP tools and runs them directly
on the host until networking issues are resolved.
## Changes
### MCP Service (src/services/mcp_service.rs)
- Set use_ephemeral_vms = false (was true)
- Disabled unikernel isolation checks
- Added server URL parameter to launch_tool_vm call
- Added comments explaining temporary disablement
### Ephemeral MicroVM Manager (src/services/ephemeral_microvm.rs)
- Enhanced error handling and logging
- Improved vsock configuration
- Added more detailed networking setup
### Guest MCP Wrapper (guest/mcp_vsock_wrapper/)
- Updated dependencies in Cargo.toml
- Removed Cargo.lock from git (build artifact)
- Modified vsock communication code
- Added .cargo/config.toml for build configuration
### Build Scripts (scripts/build/build-guest-rootfs.sh)
- Enhanced guest filesystem build process
- Added better error handling
- Improved MicroVM networking setup
### Debugging Tools
- Added fix_firecracker_networking.sh for diagnostics
- Added .gitignore entry for backup files
## Status
Ephemeral VMs temporarily disabled - tools execute on host.
MCP functionality remains fully operational.
## Next Steps
- Debug vsock/networking configuration
- Test with isolated network namespace
- Re-enable ephemeral VMs once networking stable
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 104a063 commit 95e1ed3
File tree
9 files changed
+413
-917
lines changed- guest/mcp_vsock_wrapper
- .cargo
- src
- scripts/build
- src/services
9 files changed
+413
-917
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments