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.
13 lines
354 B
JSON
13 lines
354 B
JSON
// 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",
|
|
}
|