### Test MCP Server with Claude AI Prompts Source: https://github.com/theailanguage/terminal_server/blob/main/sse_server/README.md After setting up the MCP server, you can test its functionality by sending specific commands as prompts to an AI model like Claude. These examples demonstrate how to execute terminal commands through the AI interface. ```AI Prompt Run the command ls in my workspace. ``` ```AI Prompt Execute echo Hello from Claude. ``` -------------------------------- ### Project Python Dependencies List Source: https://github.com/theailanguage/terminal_server/blob/main/requirements.txt This snippet details all Python packages and their pinned versions necessary for the project's execution. These dependencies are typically managed via `pip` and are crucial for replicating the development environment. ```Python annotated-types==0.7.0 anyio==4.8.0 certifi==2025.1.31 click==8.1.8 h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 httpx-sse==0.4.0 idna==3.10 markdown-it-py==3.0.0 mcp==1.3.0 mdurl==0.1.2 MouseInfo==0.1.3 pillow==11.1.0 PyAutoGUI==0.9.54 pydantic==2.10.6 pydantic-settings==2.8.1 pydantic_core==2.27.2 PyGetWindow==0.0.9 Pygments==2.19.1 PyMsgBox==1.0.9 pyperclip==1.9.0 PyRect==0.2.0 PyScreeze==1.0.1 python-dotenv==1.0.1 pytweening==1.2.0 rich==13.9.4 rubicon-objc==0.5.0 shellingham==1.5.4 sniffio==1.3.1 sse-starlette==2.2.1 starlette==0.46.0 typer==0.15.2 typing_extensions==4.12.2 uvicorn==0.34.0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.