@Beginnersluckwithashton
A comprehensive MCP server for AI IDE integration
Parameters
`language` (string), `code` (string)
Example
`execute_code("python", "print('Hello, MCP!')")`
`path` (string)
`list_files(".")`
`read_file("example.txt")`
`path` (string), `content` (string)
`write_file("example.txt", "Hello, MCP!")`
`pattern` (string), `path` (string)
`search_code("function", "src/")`
`operation` (string), `parameters` (object)
`git_operations("status", {})`
`task` (string), `context` (object)
`ai_collaboration("Analyze code", {"code": "..."})`
x1xhlol
modelcontextprotocol
oraios
cloudwego
tadata-org