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
feat(all): add language and runtime fields to MCP server metadata
Added language and runtime fields to MCP server configuration to enable better server identification and display in the debug endpoint. These fields flow from the database through
backend API to satellite processes.
Backend changes:
- Added language and runtime fields to satellite config API response
- Included fields in both active and error server configurations
Satellite changes:
- Updated TypeScript interfaces to include language and runtime fields
- Fixed process spawn to pass language and runtime to running processes
- Added fields to debug endpoint response for visibility
- Updated command polling and config manager to handle new fields
0 commit comments