AI/Tasks/CurrentTask.txt
|
Test all available MCP tools.
1. List all MCP servers currently connected. 2. List all tools exposed by each server. 3. For the File System MCP server: - Create a test file named "mcp-test.txt" in the workspace root. - Write the text "MCP file operations working." into it. - Read the file back and show the contents. - Delete the file. 4. For the Ripgrep MCP server: - Search the workspace for the string "TechToolbox". - Show the first 5 results. 5. For the Git MCP server (if installed): - Run "git status" and show the output. Report success or failure for each step. |