diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..0e498fe --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "name": "mcpify-dev", + "image": "mcr.microsoft.com/devcontainers/python:3.11", + "postCreateCommand": "pip install -e .[dev] openai camel-ai || true", + "remoteUser": "vscode", + "forwardPorts": [8080] +}