You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added missing MXCP user configuration that was needed for LLM functionality:
- Created deployment/mxcp-user-config.yml.template with:
- Transport config for Docker (streamable-http on 0.0.0.0:8001)
- LLM model configurations (OpenAI GPT-4o, GPT-3.5, Anthropic Claude)
- Environment variable references for API keys
- Updated Dockerfile to:
- Create /home/mxcp/.mxcp directory
- Copy user config template to ~/.mxcp/config.yml
- Set proper ownership for mxcp user
- Updated setup-project.sh to copy user config template
- Updated README.md to document:
- New template file in customizable components
- Required OPENAI_API_KEY and ANTHROPIC_API_KEY secrets
This ensures MXCP projects have proper LLM configuration out of the box.
0 commit comments