Commit Graph

6 Commits

Author SHA1 Message Date
974e57bd3e Fix typo in variable name
Corrected a typo in the variable name 'usre_id' to 'user_id' in the authentication module.
2026-01-31 10:36:24 +01:00
62b53f26f0 Enhance Docker Setup with User Management, Logging, and Startup Script
This commit enhances the Docker setup by:
- Creating a dedicated programmer user with UID 1000
- Adding logrotate for log management
- Updating the Dockerfile to use the new user and expose port 7860
- Adding a startup script to manage MCP server and Open Code processes
- Updating the Makefile to include interactive mode and container naming
- Configuring log rotation for server logs
2026-01-30 17:39:54 +01:00
bc66c794a5 Enhance sandbox functionality and MCP tools
This commit enhances the sandbox functionality by:
- Adding a new jj_log tool to retrieve commit history
- Refactoring sandbox tools into dedicated modules
- Improving project management with session-based active projects
- Updating Docker configuration to properly mount the sandbox volume
- Adding proper error handling and documentation for all tools
- Updating dependencies and configuration files
2026-01-27 13:52:00 +01:00
766b90a548 Refactor MCP server and enhance development environment
This commit refactors the MCP server implementation, updates the Dockerfile with new development tools and dependencies, introduces a Makefile for building and running the application, and adds utility modules for sandbox management and Ollama integration. The server name has also been updated from 'echo-server' to 'PMO-Crazy-coder' in the configuration.
2026-01-25 19:47:02 +01:00
9f9d9bc3b3 Ajout de Dockerfile et configuration MCP
Ajout du Dockerfile pour containeriser l'application MCP

- Création du Dockerfile avec l'image Python 3.11 slim
- Installation du SDK FastMCP
- Copie du code source dans le conteneur
- Exposition du port 6666
- Configuration du point d'entrée

Ajout du fichier opencode.json pour la configuration MCP

Ajout du script Python src/mon_mcp.py avec les outils echo, shout et additionner

Ajout du fichier test.py pour les tests de l'API
2026-01-25 12:08:12 +01:00
7412b51ab5 Initial commit 2026-01-25 07:53:42 +01:00