We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/msenol/Gorev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
en_flat.jsonā¢44.7 kB
{
"lang.code": "en",
"cli.appDescription": "Powerful and flexible task management MCP server",
"cli.appLongDescription": "Gorev is a modern task management server that provides task management\ncapabilities to AI assistants via Model Context Protocol (MCP).\n\nš Compatible with Claude Code, VS Code, Cursor, Windsurf and other MCP-compatible editors",
"cli.appExamples": " # Start MCP server\n gorev serve\n\n # Start with English language\n gorev serve --lang=en\n\n # List templates\n gorev template list\n\n # Quick task creation\n gorev task quick\n\n # Run in debug mode\n gorev serve --debug",
"cli.serve": "Start MCP server",
"cli.serveLongDescription": "Starts the Model Context Protocol (MCP) server.\nAI assistants connect to this server to access task management tools.\n\nš§ Usage with Claude Code:\n 1. Add MCP server configuration to your CLAUDE.md file\n 2. Start the server\n 3. Use MCP tools from Claude Code",
"cli.serveExamples": " # Start server (Turkish)\n gorev serve\n\n # Start with English\n gorev serve --lang=en\n\n # Start in debug mode\n gorev serve --debug\n\n # Start in background (Linux/macOS)\n nohup gorev serve > gorev.log 2>&1 &",
"cli.version": "Show version information",
"cli.template": "Task template management",
"cli.templateDescription": "List and manage templates for creating tasks",
"cli.templateList": "List available templates",
"cli.templateShow": "Show template details",
"cli.templateInit": "Recreate default templates",
"cli.templateAliases": "List template aliases",
"cli.ide": "IDE extension management",
"cli.ideDescription": "Gorev extension installation and management for VS Code, Cursor and Windsurf IDEs",
"cli.ideDetect": "Detect IDEs on the system",
"cli.ideInstall": "Install Gorev extension to IDE",
"cli.ideUninstall": "Remove Gorev extension from IDE",
"cli.ideStatus": "Check extension installation status",
"cli.ideUpdate": "Update extension to latest version",
"cli.ideConfig": "View IDE management settings",
"cli.ideConfigSet": "Set IDE management setting",
"cli.mcpTest": "Test MCP tools",
"cli.mcpDescription": "Test MCP (Model Context Protocol) tools directly from command line.",
"cli.debug": "Enable debug mode",
"cli.list": "List available MCP tools",
"cli.call": "Call specific MCP tool",
"cli.listTasks": "List tasks (gorev_listele shortcut)",
"cli.createTask": "Create new task (gorev_olustur shortcut)",
"cli.showTask": "Show task details (gorev_detay shortcut)",
"cli.listProjects": "List projects (proje_listele shortcut)",
"flags.language": "Language preference (tr, en)",
"flags.allProjects": "Show tasks from all projects",
"flags.maxTasks": "Maximum number of tasks",
"flags.offset": "Starting offset",
"flags.title": "Task title (required)",
"flags.taskDescription": "Task description",
"flags.priority": "Priority (yuksek, orta, dusuk)",
"flags.projectId": "Project ID",
"flags.jsonOutput": "JSON format output",
"error.titleRequired": "title is required",
"error.confirmationRequired": "'onay' parameter must be true to delete task",
"error.editFieldRequired": "at least one edit field must be specified (baslik, aciklama, oncelik, proje_id or son_tarih)",
"error.projectNotFound": "project not found: {{.Error}}",
"error.directTaskCreateDeprecated": "gorev_olustur is deprecated. Please use templateden_gorev_olustur tool.",
"error.invalidQueryFormat": "invalid query format",
"error.circularDependency": "circular dependency detected",
"error.projectNotFoundId": "project not found: {{.Id}}",
"error.invalidDateFormat": "invalid due date format (must be YYYY-MM-DD): {{.Error}}",
"error.invalidStatus": "invalid status: {{.Status}}. Valid statuses: {{.ValidStatuses}}",
"error.taskCannotStart": "this task cannot be started, the following tasks must be completed first: {{.Dependencies}}",
"error.taskCannotComplete": "this task cannot be completed, all subtasks must be completed first",
"error.taskHasSubtasks": "this task cannot be deleted, {{.Count}} subtasks must be deleted first",
"error.subtaskProjectMismatch": "subtask and parent task must be in same project",
"error.noActiveProject": "proje_id not specified and no active project set",
"error.contextSaveFailed": "context save error: {{.Error}}",
"error.templateNotFoundId": "template not found: {{.Id}}",
"error.templateNotFoundAlias": "template not found (alias): {{.Alias}}",
"error.interactionSaveFailed": "interaction save error: {{.Error}}",
"error.statusUpdateFailed": "status update error: {{.Error}}",
"error.autoStatusUpdateFailed": "auto status update error: {{.Error}}",
"error.taskCannotStartDependencies": "this task cannot be started, the following tasks must be completed first: {{.Dependencies}}",
"error.taskCannotCompleteSubtasks": "this task cannot be completed, all subtasks must be completed first",
"error.taskHasSubtasksCannotDelete": "this task cannot be deleted, {{.Count}} subtasks must be deleted first",
"error.requiredFieldMissing": "required field missing: {{.Field}}",
"error.jsonMarshalFailed": "JSON marshalling error ({{.Field}}): {{.Error}}",
"error.lastInteractionUpdateFailed": "last interaction update failed ({{.TaskID}}): {{.Error}}",
"error.invalidStatusBatch": "invalid status: {{.Status}}",
"error.invalidPriorityBatch": "invalid priority: {{.Priority}}",
"error.titleCannotBeEmpty": "title cannot be empty",
"error.invalidOperationBatch": "invalid operation: {{.Operation}}. Must be 'add', 'remove', or 'replace'",
"error.tagsGetCreateFailed": "failed to get/create tags: {{.Error}}",
"error.bulkDeleteConfirmRequired": "confirmation required: '{{.Confirmation}}'",
"error.taskNotFound": "Task not found: {{.Error}}",
"error.parentTaskNotFound": "parent task not found",
"error.invalidDateFormatBatch": "invalid date format (expected YYYY-MM-DD): {{.Date}}",
"error.taskUpdateError": "update error: {{.Error}}",
"error.noActiveProjectSet": "No active project has been set yet.",
"error.activeProjectRemoved": "ā Active project setting removed.",
"error.editFieldRequiredDetailed": "at least one edit field must be specified (baslik, aciklama, oncelik, proje_id or son_tarih)",
"error.deleteConfirmationRequired": "'onay' parameter must be true to delete task",
"error.taskIdsArrayRequired": "task_ids must be in array format",
"error.invalidTaskIdIndex": "invalid task ID index {{.Index}}",
"error.tagsArrayRequired": "tags must be in array format",
"error.invalidTagIndex": "invalid tag index {{.Index}}",
"error.projectNotFoundDetailed": "project not found: {{.Error}}",
"error.invalidFieldValue": "invalid value for field '{{.Field}}': '{{.Value}}'. Valid values: {{.ValidValues}}",
"error.taskMovedToRoot": "ā Task moved to root level",
"error.taskMovedToParent": "ā Task moved to new parent task",
"error.unknownTool": "unknown tool: {{.Tool}}",
"error.activeTaskSetSuccess": "ā Task {{.TaskID}} successfully set as active task.",
"error.noActiveTaskCurrent": "ā¹ļø No active task currently.",
"error.noRecentTasks": "ā¹ļø No recently interacted tasks.",
"error.noValidUpdatesFound": "No valid updates found",
"error.batchUpdateFailed": "batch update failed: {{.Error}}",
"error.queryFailed": "query failed: {{.Error}}",
"error.noQueryResults": "ā¹ļø No results found for query '{{.Query}}'.",
"error.fileWatcherInitFailed": "File watcher system could not be initialized",
"error.taskIdRequiredFileWatch": "task_id is required",
"error.filePathRequired": "file_path is required",
"error.taskNotFoundFileWatch": "Task not found: {{.Error}}",
"error.fileWatchAddFailed": "Failed to add file watch: {{.Error}}",
"error.fileWatchRemoveFailed": "Failed to remove file watch: {{.Error}}",
"error.fileWatcherCreateFailed": "failed to create file watcher: {{.Error}}",
"error.invalidPathPattern": "invalid path pattern: {{.Error}}",
"error.watcherAddFailed": "failed to add path to watcher: {{.Error}}",
"error.pathSaveFailed": "failed to save path to database: {{.Error}}",
"error.taskGetFailed": "failed to get task {{.TaskID}}: {{.Error}}",
"error.databaseGetFailed": "failed to get database: {{.Error}}",
"error.filePathQueryFailed": "failed to query file paths: {{.Error}}",
"error.rowIterationError": "row iteration error: {{.Error}}",
"error.activeProjectRetrieve": "failed to retrieve active project: {{.Error}}",
"error.searchFailed": "search error: {{.Error}}",
"error.ftsSearchFailed": "FTS search query failed: {{.Error}}",
"error.fuzzySearchFailed": "fuzzy search failed: {{.Error}}",
"error.tasksRetrieveFailed": "failed to retrieve tasks: {{.Error}}",
"error.searchHistoryFailed": "failed to record search history: {{.Error}}",
"error.scanResultFailed": "failed to scan result: {{.Error}}",
"error.filterProfileNameRequired": "filter profile name is required",
"error.filterProfileNameExists": "a profile with this name already exists: {{.Name}}",
"error.filterProfileNotFound": "filter profile not found: {{.ID}}",
"error.filterProfileCreateFailed": "failed to create filter profile: {{.Error}}",
"error.filterProfileUpdateFailed": "failed to update filter profile: {{.Error}}",
"error.filterProfileDeleteFailed": "failed to delete filter profile: {{.Error}}",
"error.filterProfileMarshalFailed": "failed to process filter settings: {{.Error}}",
"error.filterProfileParseFailed": "failed to parse filter settings: {{.Error}}",
"error.cannotDeleteDefaultProfile": "cannot delete default profile",
"error.searchHistoryCleanFailed": "failed to clean search history: {{.Error}}",
"error.filterProfileGetFailed": "failed to get filter profile: {{.Error}}",
"error.filterProfileListFailed": "failed to list filter profiles: {{.Error}}",
"error.filterProfileUseFailed": "failed to mark filter profile as used: {{.Error}}",
"error.filterProfileSearchFailed": "failed to search filter profiles: {{.Error}}",
"error.unsupportedAction": "unsupported action: {{.Action}}",
"error.taskTitleRequired": "task title is required",
"error.taskReferenceRequiredUpdate": "task reference required for update",
"error.taskReferenceRequiredCompletion": "task reference required for completion",
"error.taskReferenceRequiredDeletion": "task reference required for deletion",
"error.noTaskFoundWithTitle": "no task found with title: {{.Title}}",
"error.noRecentTasksFound": "no recent tasks found",
"error.queryConfidenceTooLow": "query confidence too low ({{.Confidence}}): {{.Query}}",
"error.noActionIdentified": "no clear action identified in query: {{.Query}}",
"error.createActionRequiresContent": "create action requires task content specification",
"error.actionRequiresTaskReference": "{{.Action}} action requires task reference",
"error.mainTaskCreateFailed": "failed to create main task: {{.Error}}",
"error.createdTaskFetchFailed": "failed to fetch created task: {{.Error}}",
"error.walModeFailed": "failed to enable WAL mode: {{.Error}}",
"error.busyTimeoutFailed": "failed to set busy timeout: {{.Error}}",
"error.operationRetryFailed": "operation failed after {{.Retries}} retries: {{.Error}}",
"error.dbConfigureFailed": "failed to configure database: {{.Error}}",
"error.invalidParamsType": "invalid params type, expected map[string]interface{}",
"error.dependencyNotFound": "dependency not found between tasks {{.Source}} and {{.Target}}",
"error.filePathAddFailed": "failed to add file path: {{.Error}}",
"error.filePathRemoveFailed": "failed to remove file path: {{.Error}}",
"error.filePathNotFound": "file path to remove not found",
"error.filePathReadFailed": "failed to read file path: {{.Error}}",
"error.tasksQueryFailed": "failed to query tasks: {{.Error}}",
"error.taskIdReadFailed": "failed to read task ID: {{.Error}}",
"error.toolsCallNameRequired": "tools/call requires 'name' parameter",
"error.invalidWorkspacePath": "invalid workspace path: {{.Error}}",
"error.workspacePathNotExist": "workspace path does not exist: {{.Path}}",
"error.gorevDirCreateFailed": "failed to create .gorev directory: {{.Error}}",
"error.workspaceDbInitFailed": "failed to initialize database for workspace {{.Name}}: {{.Error}}",
"error.workspaceNotFound": "workspace not found: {{.ID}}",
"error.unexpectedWorkspaceType": "unexpected workspace type",
"error.dbCloseFailed": "failed to close database: {{.Error}}",
"error.workspaceCloseFailed": "failed to close workspace {{.ID}}: {{.Error}}",
"error.workspacesCloseFailed": "errors closing workspaces: {{.Errors}}",
"error.migrationFailed": "Database migration failed: {{.Error}}",
"error.dbInitFailed": "Database initialization failed: {{.Error}}",
"error.migrationExtractFailed": "Failed to extract embedded migrations: {{.Error}}",
"error.migrationDirCreateFailed": "Failed to create migration directory: {{.Error}}",
"error.migrationFileWriteFailed": "Failed to write migration files: {{.Error}}",
"error.dbOpenFailed": "Failed to open database: {{.Error}}",
"error.migrationDriverFailed": "Failed to create migration driver: {{.Error}}",
"error.migrationInstanceFailed": "Failed to create migration instance: {{.Error}}",
"error.migrationProcessFailed": "Migration process failed: {{.Error}}",
"error.noArguments": "No arguments provided",
"error.parameterRequired": "Parameter {{.Param}} is required",
"error.ide.unsupportedType": "Unsupported IDE type: {{.Type}}",
"error.ide.notFound": "{{.IDE}} not found",
"error.ide.notDetected": "{{.IDE}} not detected",
"error.ide.extensionsPathNotFound": "Extensions path not found for {{.IDE}}",
"error.ide.cannotReadExtensions": "Cannot read extensions directory {{.Path}}: {{.Error}}",
"error.ide.extensionNotInstalled": "{{.Extension}} extension is not installed in {{.IDE}}",
"error.ide.downloadFailed": "Failed to download {{.Extension}}: {{.Error}}",
"error.ide.installFailed": "Failed to install {{.Extension}} to {{.IDE}}: {{.Error}}",
"error.ide.uninstallFailed": "Failed to uninstall {{.Extension}} from {{.IDE}}: {{.Error}}",
"error.ide.noIDEsDetected": "No IDEs detected",
"error.ide.extensionInfoNil": "extension info cannot be nil",
"error.ide.downloadFailedStatus": "download failed with HTTP status code: {{.Status}}",
"error.ide.checksumFailed": "checksum verification failed",
"error.ide.executableNotFound": "IDE executable not found",
"error.ide.githubApiFailed": "GitHub API request failed with HTTP status code: {{.Status}}",
"error.ide.noVsixAsset": "no VSIX asset found in release",
"error.ide.invalidAssetName": "invalid asset name format: {{.Name}}",
"success.activeProjectSet": "ā Active project set: {{.Project}}",
"success.activeProjectRemoved": "ā Active project setting removed.",
"success.taskUpdated": "ā Task updated: {{.OldStatus}} ā {{.NewStatus}}",
"success.taskUpdatedWithChanges": "ā Task updated (ID: {{.ID}})\n{{.Changes}}",
"success.projectCreated": "ā Project created: {{.Name}} (ID: {{.Id}})",
"success.taskEdited": "ā Task edited: {{.Title}}",
"success.taskDeleted": "ā Task deleted: {{.Title}} (ID: {{.Id}})",
"success.dependencyAdded": "ā Dependency added: {{.Source}} -> {{.Target}} ({{.Type}})",
"success.subtaskCreated": "ā Subtask created: {{.Title}} (ID: {{.Id}})",
"success.taskMovedToRoot": "ā Task moved to root level",
"success.taskMovedToParent": "ā Task moved to new parent task",
"success.taskCreatedFromTemplate": "ā Task created from template: {{.Title}} (ID: {{.Id}})",
"success.activeTaskSet": "{{.Title}} successfully set as active task",
"success.defaultTemplatesCreated": "ā Default templates created successfully.",
"success.fileWatchAdded": "ā File path '{{.FilePath}}' added to watch for task '{{.TaskTitle}}'.\n\nFile changes will be automatically tracked and task status will be updated as needed.",
"success.fileWatchRemoved": "ā File path '{{.FilePath}}' removed from watch for task ID {{.TaskID}}.",
"success.filterProfileCreated": "ā Filter profile created: {{.Name}} (ID: {{.ID}})",
"success.filterProfileUpdated": "ā Filter profile updated: {{.Name}}",
"success.filterProfileDeleted": "ā Filter profile deleted: {{.Name}}",
"success.searchHistoryCleaned": "ā {{.Count}} old search records cleaned (older than {{.Days}} days)",
"success.ide.extensionAlreadyInstalled": "{{.Extension}} already installed in {{.IDE}} (v{{.Version}})",
"success.ide.extensionInstalled": "ā {{.Extension}} successfully installed to {{.IDE}} (v{{.Version}})",
"success.ide.extensionUninstalled": "ā {{.Extension}} successfully uninstalled from {{.IDE}}",
"display.noTemplates": "No templates found yet.",
"display.title": "Title: {{.Title}}",
"display.desc": "Description: {{.Description}}",
"display.titleTemplate": "Title Template: {{.Template}}",
"display.options": "Options: {{.Options}}",
"display.exampleDescription": "Example Description:",
"display.detailInfo": "For details: gorev template show <template-id>",
"display.quickUsage": "Quick usage: gorev task create --template={{.Alias}}",
"display.alias": "alias",
"display.category": "Category: {{.Category}}",
"display.id": "ID: {{.ID}}",
"display.fields": "Fields:",
"display.required": "required",
"display.default": "default",
"display.templateAliasesHeader": "š Template Aliases (Quick Access)",
"display.templateAliasesInfo": "š” Usage: templateden_gorev_olustur template_id='{{.ID}}' degerler='{...}'",
"display.templatesListInfo": "š For details: gorev template show <alias>",
"display.allTemplatesInfo": "š All templates: gorev template list",
"display.noAliasTemplates": "No aliased templates found yet.",
"display.availableTools": "Available MCP Tools:",
"display.toolDescription": "Description: {{.Description}}",
"headers.taskList": "## Task List",
"headers.projectList": "## Project List",
"headers.pending": "### Pending",
"headers.inProgress": "### In Progress",
"headers.completed": "### Completed",
"headers.cancelled": "### Cancelled",
"headers.generalInfo": "## š General Information",
"headers.taskDescription": "## š Description",
"headers.dependencies": "## š Dependencies",
"headers.waitingTasks": "### š Tasks waiting for this task:",
"headers.dependentTasks": "### šÆ Tasks dependent on this task:",
"headers.subtasks": "### šļø Subtasks",
"headers.summaryReport": "## Summary Report",
"headers.statusDistribution": "### Status Distribution",
"headers.priorityDistribution": "### Priority Distribution",
"headers.aiSessionSummary": "## š¤ AI Session Summary",
"headers.batchUpdateResult": "## š¦ Batch Update Result",
"headers.successfulUpdates": "ā Successful Updates",
"headers.failedUpdates": "ā Failed Updates",
"headers.activeProject": "## Active Project",
"messages.noProjectTasks": "*No tasks found for this project.*",
"messages.noProjects": "No projects found yet.",
"messages.dependenciesNotAvailable": "*Dependency information not available*",
"messages.noDependencies": "*This task has no dependencies*",
"messages.notDependentOnAny": "*Not dependent on any task*",
"messages.noDependentTasks": "*No tasks depend on this task*",
"messages.noSubtasks": "*No subtasks found*",
"messages.noDescription": "*No description provided*",
"messages.dependencyWarning": "> ā ļø **Warning:** This task cannot be started! These tasks must be completed first: {{.Dependencies}}",
"messages.noActiveTask": "No active task currently",
"messages.lastUpdate": "Last update: {{.Date}}",
"messages.creation": "Created: {{.Date}}",
"messages.taskId": "ID: {{.Id}}",
"messages.def": "Definition: {{.Definition}}",
"messages.taskCount": "Tasks ({{.Start}}-{{.End}} / {{.Total}})",
"messages.projectTasksPage": "{{.Name}} ({{.Start}}-{{.End}} / {{.Total}})",
"messages.dependentTaskCount": "Dependent task count: {{.Count}}",
"messages.incompleteDependencyCount": "Incomplete dependency count: {{.Count}}",
"messages.dependentOnThisCount": "Tasks depending on this: {{.Count}}",
"messages.tag": "tag",
"messages.noMatchingTasks": "no matching tasks found",
"messages.tagCount": "{{.Count}} tags",
"messages.projectLabel": "Project: {{.Name}}",
"messages.dateLabel": "Due Date: {{.Date}}",
"messages.tagLabel": "Tags: {{.Tags}}",
"messages.tagCountLabel": "{{.Count}} tags",
"messages.noTasks": "No tasks found yet.",
"messages.noMoreTasks": "No more tasks available",
"messages.noTasksInProject": "No tasks found in {{.Project}} project yet.",
"messages.taskListCount": "Tasks ({{.Count}})",
"messages.projectHeader": "Project: {{.Name}}",
"messages.projectDetailLabel": "- **Project:** {{.Name}}",
"messages.sizeWarning": "ā ļø {{.Count}} more tasks available (limited by pagination)",
"messages.noActiveProject": "No active project set yet",
"messages.noTemplates": "No templates found yet.",
"messages.requiredFieldsMissing": "ā Required fields missing!",
"messages.templateLabel": "Template: {{.Template}}",
"messages.missingFieldsLabel": "Missing fields: {{.Fields}}",
"messages.requiredFieldsForTemplate": "Required fields for this template:",
"messages.exampleUsage": "Example usage:",
"messages.templateUsageCommand": "templateden_gorev_olustur template_id='{{.TemplateID}}' degerler={{.Values}}",
"messages.templateTaskCreated": "ā Task created from template!",
"messages.detailsCommand": "For details: gorev_detay id='{{.ID}}'",
"messages.upperTaskHeader": "## š Parent Tasks",
"messages.currentTaskMarker": "āā **{{.Title}}** (Current Task)",
"messages.subtaskStats": "## š Subtask Statistics",
"messages.totalSubtasks": "- **Total Subtasks:** {{.Count}}",
"messages.completedSubtasks": "- **Completed:** {{.Count}} ā",
"messages.inProgressSubtasks": "- **In Progress:** {{.Count}} š",
"messages.pendingSubtasks": "- **Pending:** {{.Count}} {{.Emoji}}",
"messages.progressPercent": "- **Progress:** {{.Percent}}%",
"messages.directSubtasks": "## š³ Direct Subtasks",
"messages.hierarchyTitle": "# š Task Hierarchy: {{.Title}}",
"messages.exampleLabel": "example {{.Field}}",
"messages.fieldSelect": "select [{{.Options}}]",
"messages.dryRunResult": "š **Dry Run Result**",
"messages.bulkStatusComplete": "ā **Bulk Status Change Completed**",
"messages.processedTasks": "**Processed Tasks:** {{.Count}}",
"messages.successfulTasks": "**Successful:** {{.Count}}",
"messages.failedTasks": "**Failed:** {{.Count}}",
"messages.warningTasks": "**Warnings:** {{.Count}}",
"messages.executionTime": "**Duration:** {{.Duration}}",
"messages.successfulTasksHeader": "**ā Successful Tasks:**",
"messages.failedTasksHeader": "**ā Failed Tasks:**",
"messages.warningsHeader": "**ā ļø Warnings:**",
"messages.bulkTagComplete": "ā **Bulk Tag Operation Completed**",
"messages.operationLabel": "**Operation:** {{.Operation}}",
"messages.tagsLabel": "**Tags:** {{.Tags}}",
"messages.smartSuggestions": "šÆ **Smart Suggestions**",
"messages.totalSuggestions": "**Total:** {{.Count}} suggestions",
"messages.noSuggestionsNow": "ā¹ļø No suggestions available currently.",
"messages.intelligentTaskCreated": "š§ **Intelligent Task Created**",
"messages.mainTask": "### š Main Task",
"messages.smartPriority": "**Smart Priority:** {{.Emoji}} {{.Priority}}",
"messages.estimatedTime": "**Estimated Time:** {{.Hours}} hours",
"messages.autoSubtasks": "### š³ Auto Subtasks ({{.Count}})",
"messages.suggestedTemplate": "### š Suggested Template",
"messages.templateUsage": "**Usage:** View details with `template_listele`",
"messages.similarTasks": "### š Similar Tasks ({{.Count}})",
"messages.aiAnalysisResults": "### šÆ AI Analysis Results",
"messages.confidenceScores": "**Confidence Scores:**",
"messages.priorityConfidence": " - Priority: {{.Percent}}%",
"messages.timeConfidence": " - Time estimation: {{.Percent}}%",
"messages.subtaskConfidence": " - Subtask analysis: {{.Percent}}%",
"messages.taskDetailTip": "š” **Tip:** View details with `gorev_detay id='{{.Id}}'`",
"messages.suggestionActionTip": "š” **Tip:** You can directly copy and use the suggested actions.",
"messages.suggestionTypeNextAction": "š Next Actions",
"messages.suggestionTypeSimilarTask": "š Similar Tasks",
"messages.suggestionTypeTemplate": "š Template Suggestions",
"messages.suggestionTypeDeadlineRisk": "ā ļø Deadline Warnings",
"messages.suggestionDescription": "**Description:** {{.Description}}",
"messages.suggestionAction": "**Suggested Action:** `{{.Action}}`",
"messages.suggestionConfidence": "**Confidence Score:** {{.Confidence}}%",
"messages.suggestionRelatedTask": "**Related Task:** {{.TaskID}}",
"messages.templateConfidence": "**Template:** {{.Template}} (confidence: {{.Confidence}}%)",
"messages.similarTasksMatch": "{{.Similarity}}% similar - {{.Reason}}",
"messages.performanceHeader": "### š Performance",
"messages.performanceExecutionTime": "**Execution Time:** {{.Duration}}",
"messages.taskHierarchyInfo": "{{.Indent}}Dependent task count: {{.Count}}",
"messages.incompleteDepInfo": "{{.Indent}}Incomplete dependency count: {{.Count}}",
"messages.dependentOnThisInfo": "{{.Indent}}Tasks depending on this: {{.Count}}",
"messages.taskRangeCount": "{{.Name}} ({{.Count}} tasks)",
"messages.noTasksInThisProject": "{{.Name}} - No tasks",
"messages.moreTasksLimit": "*... and {{.Count}} more tasks (size limit)*",
"messages.templateListHeader": "## š Task Templates",
"messages.templateUsageTip": "š” **Usage:** Use `templateden_gorev_olustur` command with template ID and field values.",
"messages.noIDEsDetected": "No IDEs detected yet.",
"common.validation.required": "{{.Param}} parameter is required",
"common.validation.required_array": "{{.Param}} parameter is required and must be array",
"common.validation.required_object": "{{.Param}} parameter is required and must be an object",
"common.validation.one_of_required": "at least one of {{.Params}} parameters is required",
"common.validation.at_least_one_field": "At least one field must be specified: {{.Fields}}",
"common.validation.invalid_value": "invalid value for field '{{.Param}}': '{{.Value}}'",
"common.validation.invalid_format": "invalid {{.Type}} format: {{.Value}}",
"common.validation.not_found": "{{.Entity}} not found: {{.Error}}",
"common.validation.not_found_id": "{{.Entity}} not found: {{.Id}}",
"common.validation.invalid_status": "invalid status: {{.Status}}. Valid statuses: {{.ValidStatuses}}",
"common.validation.invalid_priority": "invalid priority: {{.Priority}}",
"common.validation.invalid_date": "invalid date format (expected YYYY-MM-DD): {{.Date}}",
"common.operations.create_failed": "failed to create {{.Entity}}: {{.Error}}",
"common.operations.update_failed": "failed to update {{.Entity}}: {{.Error}}",
"common.operations.delete_failed": "failed to delete {{.Entity}}: {{.Error}}",
"common.operations.fetch_failed": "failed to fetch {{.Entity}}: {{.Error}}",
"common.operations.save_failed": "failed to save {{.Entity}}: {{.Error}}",
"common.operations.process_failed": "failed to process {{.Entity}}: {{.Error}}",
"common.operations.init_failed": "failed to initialize {{.Entity}}: {{.Error}}",
"common.operations.set_failed": "failed to set {{.Entity}}: {{.Error}}",
"common.operations.remove_failed": "failed to remove {{.Entity}}: {{.Error}}",
"common.operations.check_failed": "{{.Entity}} check failed: {{.Error}}",
"common.operations.add_failed": "failed to add {{.Entity}}: {{.Error}}",
"common.operations.query_failed": "failed to query {{.Entity}}: {{.Error}}",
"common.operations.list_failed": "failed to list {{.Entity}}: {{.Error}}",
"common.operations.edit_failed": "failed to edit {{.Entity}}: {{.Error}}",
"common.operations.read_failed": "failed to read {{.Entity}}: {{.Error}}",
"common.operations.convert_failed": "failed to convert {{.Entity}} to {{.Format}}: {{.Error}}",
"common.operations.parse_failed": "failed to parse {{.Entity}}: {{.Error}}",
"common.success.created": "ā {{.Entity}} created: {{.Title}} (ID: {{.Id}})",
"common.success.updated": "ā {{.Entity}} updated: {{.Details}}",
"common.success.deleted": "ā {{.Entity}} deleted: {{.Title}} (ID: {{.Id}})",
"common.success.set": "ā {{.Entity}} set: {{.Details}}",
"common.success.removed": "ā {{.Entity}} removed",
"common.success.added": "ā {{.Entity}} added: {{.Details}}",
"common.success.moved": "ā {{.Entity}} moved",
"common.success.edited": "ā {{.Entity}} edited: {{.Title}}",
"common.fields.id_base": "unique ID",
"common.fields.id_simple": "ID",
"common.fields.task_id": "task's {{.Type}} ID",
"common.fields.project_id": "project's unique ID",
"common.fields.parent_id": "parent task's ID",
"common.fields.template_id": "template's ID",
"common.fields.source_id": "source task's ID",
"common.fields.target_id": "target task's ID",
"common.fields.id_descriptions.task_simple": "Task ID",
"common.fields.id_descriptions.task_unique": "Task's unique ID",
"common.fields.id_descriptions.task_active": "Task ID to set as active",
"common.fields.id_descriptions.task_parent": "Parent task's ID",
"common.fields.id_descriptions.task_move": "Task ID to move",
"common.fields.id_descriptions.task_new_parent": "New parent task's ID",
"common.fields.id_descriptions.task_hierarchy": "Task ID to show hierarchy for",
"common.fields.id_descriptions.task_dependent": "Dependent task ID",
"common.fields.id_descriptions.task_delete": "Task's unique ID to delete",
"common.fields.id_descriptions.project_unique": "Project's unique ID",
"common.fields.id_descriptions.project_active": "Project ID to set as active",
"common.fields.task_count.return_max": "Maximum number of tasks to return",
"common.fields.task_count.skip": "Number of tasks to skip",
"common.fields.task_count.return": "Number of tasks to return",
"common.fields.project.project_name": "Project name",
"common.fields.project.project_description": "Project description",
"common.fields.defaults.default_fifty": "(default: 50)",
"common.fields.defaults.default_five": "(default: 5)",
"common.fields.defaults.default_zero": "(default: 0)",
"common.fields.subtask.title": "Subtask title",
"common.fields.subtask.subtask_description": "Subtask description",
"common.fields.subtask.priority": "Subtask priority level",
"common.fields.subtask.due_date": "Subtask due date",
"common.fields.patterns.comma_separated": "Comma-separated {{.Entity}} list",
"common.fields.patterns.with_format": "{{.Description}} ({{.Format}})",
"common.fields.patterns.file_path.watch": "File path to watch",
"common.fields.patterns.file_path.remove": "File path to remove",
"common.fields.patterns.template.filter": "Filter by template category",
"common.fields.patterns.template.template_id": "Template ID to use",
"common.fields.patterns.template.fields": "Template field values",
"common.fields.patterns.batch.updates": "Update list. Each item should be in {id: string, updates: object} format",
"common.fields.patterns.batch.query": "Natural language query",
"common.fields.patterns.batch.dependency_type": "Dependency type",
"common.prefixes.new": "New",
"common.prefixes.filter": "Filter by",
"common.prefixes.return": "Maximum number of",
"common.prefixes.skip": "Number to skip",
"common.prefixes.delete": "Task to delete",
"common.prefixes.active": "Task to set as active",
"common.prefixes.move": "Task to move",
"common.prefixes.hierarchy": "Task to show hierarchy for",
"common.prefixes.dependent": "Dependent task",
"common.prefixes.dependency_target": "Dependency target",
"common.entities.task": "task",
"common.entities.project": "project",
"common.entities.template": "template",
"common.entities.subtask": "subtask",
"common.entities.dependency": "dependency",
"common.entities.tag": "tag",
"common.entities.context": "context",
"common.entities.interaction": "interaction",
"common.entities.database": "database",
"common.entities.migration": "migration",
"common.entities.transaction": "transaction",
"common.entities.server": "server",
"common.entities.file_watcher": "file watcher",
"common.entities.hierarchy": "hierarchy",
"common.entities.summary": "summary",
"common.entities.suggestion": "suggestion",
"common.entities.data_manager": "data manager",
"common.entities.mcp_server": "MCP server",
"common.entities.active_project": "active project",
"common.entities.task_tags": "task tags",
"common.entities.ai_context": "AI context",
"common.entities.bulk_status_transition": "bulk status transition",
"common.entities.bulk_tag_operation": "bulk tag operation",
"common.suffixes.required": "parameter is required",
"common.suffixes.invalid": "invalid value for",
"common.suffixes.count": "count",
"common.suffixes.list": "list",
"common.pagination.limit_pattern": "{{.Entity}} to return (default: {{.Default}}, max: {{.Max}})",
"common.pagination.offset_pattern": "{{.Entity}} to skip for pagination (default: 0)",
"common.patterns.new_field": "{{.Prefix}} {{.Field}}",
"common.patterns.filter_field": "{{.Prefix}} {{.Entity}} {{.Field}}",
"common.patterns.id_description": "{{.Entity}} {{.IdType}}",
"common.labels.id_field": "ID",
"common.labels.task_id": "ID",
"common.labels.proje": "Project",
"common.labels.ust_gorev": "Parent Task",
"common.labels.oncelik": "Priority",
"common.labels.durum": "Status",
"common.labels.aciklama": "Description",
"common.labels.basarili": "Successful",
"common.labels.basarisiz": "Failed",
"common.labels.uyari": "Warning",
"common.labels.sure": "Duration",
"common.labels.islenen_gorev": "Processed Tasks",
"common.labels.etiketler": "Tags",
"common.labels.islem": "Operation",
"common.labels.kullanim": "Usage",
"common.labels.gorev_sayisi": "Task Count",
"common.labels.ipucu": "Tip",
"common.labels.islem_suresi": "Operation Duration",
"common.labels.hedef_durum": "Target Status",
"common.labels.basarili_gorevler": "ā Successful Tasks",
"common.labels.basarisiz_gorevler": "ā Failed Tasks",
"common.labels.uyarilar": "ā ļø Warnings",
"common.labels.toplam": "Total",
"common.labels.toplam_proje": "Total Projects",
"common.labels.toplam_gorev": "Total Tasks",
"common.labels.baslik": "Title",
"common.labels.guncelleme_tarihi": "Update Date",
"common.labels.olusturulma_tarihi": "Creation Date",
"common.labels.olusturma": "Created",
"common.labels.tanim": "Definition",
"common.labels.baslik_sablonu": "Title Template",
"common.labels.alanlar": "Fields",
"common.labels.zorunlu": "required",
"common.labels.varsayilan": "default",
"common.labels.secenekler": "options",
"common.labels.son_tarih": "Due Date",
"common.labels.bekleyen": "Pending",
"common.labels.etiket": "Tag",
"common.status.pending": "Pending",
"common.status.in_progress": "In Progress",
"common.status.completed": "Completed",
"common.status.cancelled": "Cancelled",
"common.priority.low": "Low",
"common.priority.medium": "Medium",
"common.priority.high": "High",
"tools.descriptions.gorev_olustur": "ā ļø DEPRECATED: This tool has been deprecated since v0.10.0. Please use 'templateden_gorev_olustur' tool.",
"tools.descriptions.gorev_listele": "Lists tasks by filtering and sorting according to criteria such as status, project, due date.",
"tools.descriptions.gorev_detay": "Shows all details of a task in markdown format. Includes information like dependencies, tags, due date.",
"tools.descriptions.gorev_guncelle": "Updates a task's status (beklemede, devam_ediyor, tamamlandi).",
"tools.descriptions.gorev_duzenle": "Edits a task's properties like title, description, priority.",
"tools.descriptions.gorev_sil": "Permanently deletes a task. WARNING: This operation cannot be undone!",
"tools.descriptions.proje_olustur": "Creates a new project.",
"tools.descriptions.proje_listele": "Lists all projects with task counts.",
"tools.descriptions.proje_gorevleri": "Shows tasks belonging to specified project organized by status groups.",
"tools.descriptions.aktif_proje_ayarla": "Sets the active project to work on. New tasks will be automatically assigned to this project.",
"tools.descriptions.aktif_proje_goster": "Shows the currently active project.",
"tools.descriptions.aktif_proje_kaldir": "Removes the active project setting. No project will be active anymore.",
"tools.descriptions.template_listele": "Lists available task templates. Templates are used for consistent task creation.",
"tools.descriptions.templateden_gorev_olustur": "Creates a new task using the specified template. This is the ONLY way to create tasks in v0.10.0+.",
"tools.descriptions.gorev_set_active": "Sets active task for AI session and automatically changes its status to 'devam_ediyor'.",
"tools.descriptions.gorev_get_active": "Returns the currently active task for AI session.",
"tools.descriptions.gorev_recent": "Returns recently interacted tasks.",
"tools.descriptions.gorev_context_summary": "AI-optimized context summary. Shows active task, recent tasks, priorities and blockers.",
"tools.descriptions.gorev_batch_update": "Updates multiple tasks at once. Used for efficient bulk operations.",
"tools.descriptions.gorev_nlp_query": "Natural language task search. Examples: 'high priority', 'working on today', 'tag:bug'",
"tools.descriptions.gorev_search_advanced": "Advanced search - FTS5 full-text search, fuzzy matching, and filters",
"tools.descriptions.gorev_filter_profile_save": "Save filter profile - store search and filter settings for future use",
"tools.descriptions.gorev_filter_profile_load": "Load filter profile - apply saved search and filter settings",
"tools.descriptions.gorev_filter_profile_list": "List filter profiles - show all saved search profiles",
"tools.descriptions.gorev_filter_profile_delete": "Delete filter profile - permanently remove saved profile",
"tools.descriptions.gorev_search_history": "Search history - show recent searches and their results",
"tools.descriptions.gorev_file_watch_add": "Adds a file path to a task and starts monitoring for automatic status updates.",
"tools.descriptions.gorev_file_watch_remove": "Removes a file path from a task and stops monitoring.",
"tools.descriptions.gorev_file_watch_list": "Lists monitored file paths for a task.",
"tools.descriptions.gorev_file_watch_stats": "Shows file watcher system statistics.",
"tools.descriptions.gorev_altgorev_olustur": "Creates a subtask under an existing task. Subtask inherits the parent's project.",
"tools.descriptions.gorev_ust_degistir": "Changes a task's parent or moves to root level.",
"tools.descriptions.gorev_hiyerarsi_goster": "Shows a task's complete hierarchy. Displays parent tasks, subtasks and siblings in full tree structure.",
"tools.descriptions.gorev_bagimlilik_ekle": "Creates a dependency relationship between two tasks.",
"tools.descriptions.ozet_goster": "Summary report showing system status. Includes total task counts, project statistics, priority distributions and recent activities.",
"tools.descriptions.gorev_export": "Export tasks, projects and related data to file in JSON or CSV format. Used for backup and data sharing.",
"tools.descriptions.gorev_import": "Import previously exported data back into the system. Offers conflict resolution and selective import options.",
"tools.descriptions.ide_detect": "Detect IDEs on the system (VS Code, Cursor, Windsurf)",
"tools.descriptions.ide_install": "Install Gorev extension to specified IDE",
"tools.descriptions.ide_uninstall": "Remove Gorev extension from specified IDE",
"tools.descriptions.ide_status": "Check extension installation status in IDEs",
"tools.descriptions.ide_update": "Update Gorev extension to latest version",
"tools.params.descriptions.id_field": "Task's unique ID",
"tools.params.descriptions.task_id": "Task ID to set as active",
"tools.params.descriptions.parent_id": "Parent task ID",
"tools.params.descriptions.gorev_id": "Task ID to move",
"tools.params.descriptions.yeni_parent_id": "New parent task ID. Leave empty to move to root level",
"tools.params.descriptions.kaynak_id": "Dependent task ID (the one that will wait)",
"tools.params.descriptions.hedef_id": "Dependency target ID (must be completed first)",
"tools.params.descriptions.proje_id": "Project's unique ID",
"tools.params.descriptions.template_id": "Template ID to use",
"tools.params.descriptions.durum": "New status",
"tools.params.descriptions.baslik": "New title",
"tools.params.descriptions.aciklama": "New description",
"tools.params.descriptions.oncelik": "New priority level",
"tools.params.descriptions.son_tarih": "New due date (YYYY-MM-DD format)",
"tools.params.descriptions.onay": "Must be true to confirm deletion",
"tools.params.descriptions.durum_filter": "Task status to filter (beklemede, devam_ediyor, tamamlandi)",
"tools.params.descriptions.sirala": "Sorting criteria (son_tarih_asc, son_tarih_desc)",
"tools.params.descriptions.filtre": "Special filter type (acil: due within 7 days, gecmis: overdue)",
"tools.params.descriptions.etiket": "Filter by tag name",
"tools.params.descriptions.tum_projeler": "If true, show tasks from all projects, if false only from active project",
"tools.params.descriptions.limit": "Maximum number of tasks to return (default: 50, max: 200)",
"tools.params.descriptions.offset": "Number of tasks to skip for pagination (default: 0)",
"tools.params.descriptions.isim": "Project name",
"tools.params.descriptions.tanim": "Project description",
"tools.params.descriptions.kategori": "Filter by template category",
"tools.params.descriptions.degerler": "Values for template fields",
"tools.params.descriptions.file_path": "File path to monitor",
"tools.params.descriptions.baglanti_tipi": "Dependency type",
"tools.params.descriptions.query": "Natural language query",
"tools.params.descriptions.updates": "Update list",
"tools.params.descriptions.etiketler": "Comma-separated tag list",
"tools.params.export.output_path": "Path where the exported file will be saved",
"tools.params.export.format": "Export format (json or csv)",
"tools.params.export.include_completed": "Include completed tasks (default: true)",
"tools.params.export.include_dependencies": "Include task dependencies (default: true)",
"tools.params.export.include_templates": "Include templates (default: false)",
"tools.params.export.include_ai_context": "Include AI context data (default: false)",
"tools.params.export.project_filter": "Export only specified projects",
"tools.params.export.date_range": "Date range filter",
"tools.params.export.date_from": "Start date (ISO 8601 format)",
"tools.params.export.date_to": "End date (ISO 8601 format)",
"tools.params.import.file_path": "Path to the file to import",
"tools.params.import.import_mode": "Import mode (merge: add to existing, replace: replace all)",
"tools.params.import.conflict_resolution": "Conflict resolution (skip: skip, overwrite: overwrite, prompt: ask)",
"tools.params.import.preserve_ids": "Preserve original IDs (default: false)",
"tools.params.import.dry_run": "Only analyze, don't make changes (default: false)",
"tools.params.import.project_mapping": "Project ID mapping (old_id: new_id)",
"tools.params.ide.ide_type": "IDE type (vscode, cursor, windsurf or all for all)",
"tools.params.ide.extension_id": "Extension ID (default: mehmetsenol.gorev-vscode)",
"export.success": "ā Export successful!\n\nš **{{.Format}} format**: {{.Path}}\nš **Statistics**:\n- Tasks: {{.Tasks}}\n- Projects: {{.Projects}}\n- Tags: {{.Tags}}\n- Templates: {{.Templates}}",
"export.generatedDescription": "Automatic export generated by Gorev MCP Server",
"import.success": "Import completed successfully",
"import.dryRunResults": "Dry run analysis results",
"import.statistics": "Statistics",
"import.importedTasks": "Imported tasks",
"import.importedProjects": "Imported projects",
"import.importedTags": "Imported tags",
"import.importedTemplates": "Imported templates",
"import.conflicts": "Conflicts",
"import.conflictResolution": "resolution",
"import.and": "and",
"import.moreConflicts": "more conflicts",
"import.errors": "Errors",
"import.warnings": "Warnings"
}