Add MCP integration including: - New MCP settings tab with server configuration - Tool invocation UI components - API endpoints for MCP management - Integration with chat system for tool execution - Example configurations
10 lines
260 B
SCSS
10 lines
260 B
SCSS
.actions .shiki {
|
|
background-color: var(--bolt-elements-actions-code-background) !important;
|
|
}
|
|
|
|
.shiki {
|
|
&:not(:has(.actions), .actions *, .mcp-tool-invocation-code *) {
|
|
background-color: var(--bolt-elements-messages-code-background) !important;
|
|
}
|
|
}
|