This is an automated email from the ASF dual-hosted git repository. mgubaidullin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit dc34c6e11d0eba198ef98a63a3be36369e228403 Author: Marat Gubaidullin <[email protected]> AuthorDate: Tue Aug 25 11:07:49 2026 -0400 FIx --- karavan-vscode/webview/karavan-core/contants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/karavan-vscode/webview/karavan-core/contants.ts b/karavan-vscode/webview/karavan-core/contants.ts index fc2762d7..f980bbab 100644 --- a/karavan-vscode/webview/karavan-core/contants.ts +++ b/karavan-vscode/webview/karavan-core/contants.ts @@ -29,7 +29,6 @@ export const PROJECT_MD_FILE_NAME = "PROJECT.md"; export const README_FILE_NAME = "README.md"; export const JSON_ARGUMENTS_EXTENSION = ".arguments.json"; export const JSON_SCHEMA_EXTENSION = ".schema.json"; -export const MCP_SERVER_EXTENSION = ".server.json"; export const WIZARD_BEAN_TEMPLATE_FILENAME_PREFIX = "wizard-bean-"; export const LANDSCAPE_TEMPLATE_FILENAME_PREFIX = "landscape-";
