Files
PMOCrazycoder/src/crazy_mcp/__init__.py
Eric Coissac 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

4 lines
62 B
Python

from fastmcp import FastMCP
mcp = FastMCP("PMO Crazy coder")