-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtoolNames.json
More file actions
146 lines (146 loc) · 7.09 KB
/
toolNames.json
File metadata and controls
146 lines (146 loc) · 7.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"unknown": "Unknown"
,"run_in_terminal": "Run In Terminal"
,"mcp.io.github.git.assign_copilot_to_issue": "GitHub MCP (Local): Assign Copilot to Issue"
,"mcp.io.github.git.create_or_update_file": "GitHub MCP (Local): Create/Update File"
,"mcp_io_github_git_create_or_update_file": "GitHub MCP (Local): Create/Update File"
,"mcp_io_github_git_assign_copilot_to_issue": "GitHub MCP (Local): Assign Copilot to Issue"
,"mcp_io_github_git_pull_request_read": "GitHub MCP (Local): Pull Request Read"
,"mcp_io_github_git_issue_read": "GitHub MCP (Local): Issue Read"
,"mcp_io_github_git_issue_write": "GitHub MCP (Local): Issue Write"
,"mcp_io_github_git_list_issues": "GitHub MCP (Local): List Issues"
,"mcp_io_github_git_create_pull_request": "GitHub MCP (Local): Create Pull Request"
,"mcp_io_github_git_get_file_contents": "GitHub MCP (Local): Get File Contents"
,"mcp_io_github_git_search_code": "GitHub MCP (Local): Search Code"
,"mcp_io_github_git_search_pull_requests": "GitHub MCP (Local): Search Pull Requests"
,"mcp_io_github_git_get_release_by_tag": "GitHub MCP (Local): Get Release By Tag"
,"mcp_io_github_git_search_issues": "GitHub MCP (Local): Search Issues"
,"mcp_github_github_assign_copilot_to_issue": "GitHub MCP (Remote): Assign Copilot to Issue"
,"mcp_github_github_issue_read": "GitHub MCP (Remote): Issue Read"
,"mcp_github_github_issue_write": "GitHub MCP (Remote): Issue Write"
,"mcp_github_github_list_issues": "GitHub MCP (Remote): List Issues"
,"mcp_github-code-s_get_code_scanning_alert": "GitHub MCP (Code Scanning): Get Alert"
,"mcp_github-code-s_list_code_scanning_alerts": "GitHub MCP (Code Scanning): List Alerts"
,"mcp_com_microsoft_get_bestpractices": "GitHub MCP: Get Best Practices"
,"manage_todo_list": "Manage TODO List"
,"copilot_readFile": "Read File"
,"opilot_findFiles": "Find Files"
,"copilot_writeFile": "Write File"
,"copilot_applyPatch": "Apply Patch"
,"copilot_findTextInFiles": "Find Text In Files"
,"copilot_findFiles": "Find Files"
,"copilot_replaceString": "Replace String"
,"copilot_createFile": "Create File"
,"copilot_listDirectory": "List Directory"
,"copilot_fetchWebPage": "Fetch Web Page"
,"copilot_getErrors": "Get Errors"
,"copilot_multiReplaceString": "Multi Replace String"
,"copilot_searchCodebase": "Search Codebase"
,"get_terminal_output": "Get Terminal Output"
,"run_task": "Run Task: Investigate"
,"await_terminal": "Await Terminal command"
,"github.copilot.editsAgent": "GitHub Copilot Edits Agent"
,"todoList": "TODO List"
,"terminal": "Terminal"
,"terminal_last_command": "Terminal Last Command"
,"github_pull_request": "GitHub Pull Request"
,"github_repo": "GitHub Repository"
,"editFiles": "Edit Files"
,"listFiles": "List Files"
,"search_subagent": "Search Subagent"
,"apply_patch": "Apply Patch"
,"ask_questions": "Ask Questions"
,"copilot_askQuestions": "Ask Questions"
,"copilot_createAndRunTask": "Create And Run Task"
,"copilot_createDirectory": "Create Directory"
,"copilot_createNewJupyterNotebook": "Create New Jupyter Notebook"
,"copilot_createNewWorkspace": "Create New Workspace"
,"copilot_editFiles": "Edit Files"
,"copilot_editNotebook": "Edit Notebook"
,"copilot_findTestFiles": "Find Test Files"
,"copilot_getChangedFiles": "Get Changed Files"
,"copilot_getDocInfo": "Get Doc Info"
,"copilot_getNotebookSummary": "Get Notebook Summary"
,"copilot_getProjectSetupInfo": "Get Project Setup Info"
,"copilot_getSearchResults": "Get Search Results"
,"copilot_getVSCodeAPI": "Get VSCode API"
,"copilot_githubRepo": "GitHub Repository"
,"copilot_insertEdit": "Insert Edit"
,"copilot_installExtension": "Install Extension"
,"copilot_memory": "Memory"
,"copilot_openIntegratedBrowser": "Open Integrated Browser"
,"copilot_openSimpleBrowser": "Open Simple Browser"
,"copilot_readNotebookCellOutput": "Read Notebook Cell Output"
,"copilot_readProjectStructure": "Read Project Structure"
,"copilot_runNotebookCell": "Run Notebook Cell"
,"copilot_runTests1": "Run Tests"
,"copilot_runVscodeCommand": "Run VSCode Command"
,"copilot_searchWorkspaceSymbols": "Search Workspace Symbols"
,"copilot_switchAgent": "Switch Agent"
,"copilot_testFailure": "Test Failure"
,"copilot_toolReplay": "Tool Replay"
,"create_and_run_task": "Create And Run Task"
,"create_directory": "Create Directory"
,"create_file": "Create File"
,"create_new_jupyter_notebook": "Create New Jupyter Notebook"
,"create_new_workspace": "Create New Workspace"
,"edit_files": "Edit Files"
,"edit_notebook_file": "Edit Notebook File"
,"fetch_webpage": "Fetch Webpage"
,"file_search": "File Search"
,"get_changed_files": "Get Changed Files"
,"get_doc_info": "Get Doc Info"
,"get_errors": "Get Errors"
,"get_project_setup_info": "Get Project Setup Info"
,"get_search_view_results": "Get Search View Results"
,"get_task_output": "Get Task Output"
,"get_vscode_api": "Get VSCode API"
,"grep_search": "Grep Search"
,"insert_edit_into_file": "Insert Edit Into File"
,"install_extension": "Install Extension"
,"list_dir": "List Dir"
,"memory": "Memory"
,"multi_replace_string_in_file": "Multi Replace String In File"
,"open_integrated_browser": "Open Integrated Browser"
,"open_simple_browser": "Open Simple Browser"
,"read_file": "Read File"
,"read_notebook_cell_output": "Read Notebook Cell Output"
,"read_project_structure": "Read Project Structure"
,"replace_string_in_file": "Replace String In File"
,"run_notebook_cell": "Run Notebook Cell"
,"run_vscode_command": "Run VSCode Command"
,"runSubagent": "Run Subagent"
,"runTests": "Run Tests"
,"search_workspace_symbols": "Search Workspace Symbols"
,"semantic_search": "Semantic Search"
,"switch_agent": "Switch Agent"
,"terminal_selection": "Terminal Selection"
,"test_failure": "Test Failure"
,"test_search": "Test Search"
,"tool_replay": "Tool Replay"
,"vscode_askQuestions": "VSCode Ask Questions"
,"vscode_get_confirmation": "VSCode Get Confirmation"
,"vscode_get_terminal_confirmation": "VSCode Get Terminal Confirmation"
,"mcp_io_github_ups_get-library-docs": "Context7 MCP: Get Library Docs"
,"mcp_io_github_ups_resolve-library-id": "Context7 MCP: Resolve Library ID"
,"mcp_microsoft_pla_browser_evaluate": "Playwright MCP: Browser Evaluate"
,"mcp_microsoft_pla_browser_install": "Playwright MCP: Browser Install"
,"mcp_microsoft_pla_browser_navigate": "Playwright MCP: Browser Navigate"
,"mcp_microsoft_pla_browser_run_code": "Playwright MCP: Browser Run Code"
,"mcp_oraios_serena_activate_project": "Serena: Activate Project"
,"mcp_oraios_serena_get_current_config": "Serena: Get Current Config"
,"bash": "Bash"
,"claude-code": "Claude Code"
,"copilot-cloud-agent": "Copilot Cloud Agent"
,"copilotcli": "Copilot CLI"
,"github.copilot.default": "GitHub Copilot Default"
,"github.copilot.workspace": "GitHub Copilot Workspace"
,"glob": "Glob"
,"grep": "Grep"
,"kill_terminal": "Kill Terminal"
,"read": "Read"
,"vscode_editFile_internal": "VSCode Edit File (Internal)"
,"vscode_fetchWebPage_internal": "VSCode Fetch Web Page (Internal)"
,"webfetch": "Web Fetch"
,"write": "Write"
}