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.
This commit is contained in:
12
.zed/settings.json
Normal file
12
.zed/settings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
// Folder-specific settings
|
||||
//
|
||||
// For a full list of overridable settings, and general information on folder-specific settings,
|
||||
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
||||
{
|
||||
"inlay_hints": {
|
||||
"enabled": true
|
||||
},
|
||||
"colorize_brackets": true,
|
||||
"project_name": "PMO Crazy Coder",
|
||||
"autosave": "on_window_change",
|
||||
}
|
||||
Reference in New Issue
Block a user