|
23 | 23 | "this_and_subsequent": "This and all subsequent messages" |
24 | 24 | }, |
25 | 25 | "errors": { |
26 | | - "invalid_mcp_config": "Invalid project MCP configuration format", |
27 | | - "invalid_mcp_settings_format": "Invalid MCP settings JSON format. Please ensure your settings follow the correct JSON format.", |
28 | | - "invalid_mcp_settings_syntax": "Invalid MCP settings JSON format. Please check your settings file for syntax errors.", |
29 | | - "invalid_mcp_settings_validation": "Invalid MCP settings format: {{errorMessages}}", |
30 | | - "failed_initialize_project_mcp": "Failed to initialize project MCP server: {{error}}", |
31 | 26 | "invalid_data_uri": "Invalid data URI format", |
32 | 27 | "checkpoint_timeout": "Timed out when attempting to restore checkpoint.", |
33 | 28 | "checkpoint_failed": "Failed to restore checkpoint.", |
|
44 | 39 | "delete_api_config": "Failed to delete api configuration", |
45 | 40 | "list_api_config": "Failed to get list api configuration", |
46 | 41 | "update_server_timeout": "Failed to update server timeout", |
47 | | - "create_mcp_json": "Failed to create or open .roo/mcp.json: {{error}}", |
48 | 42 | "hmr_not_running": "Local development server is not running, HMR will not work. Please run 'npm run dev' before launching the extension to enable HMR.", |
49 | 43 | "retrieve_current_mode": "Error: failed to retrieve current mode from state.", |
50 | 44 | "failed_delete_repo": "Failed to delete associated shadow repository or branch: {{error}}", |
51 | 45 | "failed_remove_directory": "Failed to remove task directory: {{error}}", |
52 | 46 | "custom_storage_path_unusable": "Custom storage path \"{{path}}\" is unusable, will use default path", |
53 | 47 | "cannot_access_path": "Cannot access path {{path}}: {{error}}", |
54 | | - "failed_update_project_mcp": "Failed to update project MCP servers", |
55 | 48 | "settings_import_failed": "Settings import failed: {{error}}.", |
56 | 49 | "mistake_limit_guidance": "This may indicate a failure in the model's thought process or inability to use a tool properly, which can be mitigated with some user guidance (e.g. \"Try breaking down the task into smaller steps\").", |
57 | 50 | "violated_organization_allowlist": "Failed to run task: the current profile violates your organization settings", |
|
71 | 64 | "no_changes": "No changes found.", |
72 | 65 | "clipboard_copy": "System prompt successfully copied to clipboard", |
73 | 66 | "history_cleanup": "Cleaned up {{count}} task(s) with missing files from history.", |
74 | | - "mcp_server_restarting": "Restarting {{serverName}} MCP server...", |
75 | | - "mcp_server_connected": "{{serverName}} MCP server connected", |
76 | | - "mcp_server_deleted": "Deleted MCP server: {{serverName}}", |
77 | | - "mcp_server_not_found": "Server \"{{serverName}}\" not found in configuration", |
78 | 67 | "custom_storage_path_set": "Custom storage path set: {{path}}", |
79 | 68 | "default_storage_path": "Reverted to using default storage path", |
80 | 69 | "settings_imported": "Settings imported successfully.", |
|
0 commit comments