pub async fn serve_css_mcp<V: Vfs + Send + Sync + 'static + WritableVfs>(
vfs: V,
) -> Result<(), Box<dyn Error + Send + Sync>>where
CssLanguageService<V>: LanguageService,Expand description
Serves CSS MCP.
pub async fn serve_css_mcp<V: Vfs + Send + Sync + 'static + WritableVfs>(
vfs: V,
) -> Result<(), Box<dyn Error + Send + Sync>>where
CssLanguageService<V>: LanguageService,Serves CSS MCP.