Files
Claw 1aedcaf314
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s
refactor: Umstellung auf Mini-MVC-Architektur (Issue #46)
- Front Controller Pattern mit public/index.php als Einstiegspunkt
- Eigenes Routing (App\Core\Router) ohne externes Framework
- Controller: HomeController, ImpressumController, DatenschutzController
- Views mit gemeinsamem Layout (app/views/layouts/main.php)
- PSR-4 Autoloading
- Statische Assets nach public/ verschoben
- Alte Dateien (index.php, impressum.html, datenschutz.html) geloescht
- 301-Redirects fuer alte URLs
- PHP 8.5 kompatibel
- Apache DocumentRoot auf public/ gesetzt
2026-05-19 14:38:38 +00:00

21 lines
569 B
YAML
Executable File

name: New MCP server
version: 0.0.1
schema: v1
mcpServers:
- name: playwright
command: npx
args: ["@playwright/mcp"]
- name: filesystem
command: npx
args: ["-y", "@modelcontextprotocol/server-filesystem", "C:\\Users\\greggy\\Desktop\\landingpage-haus-schleusingen"]
- name: gitea
command: npx
args: ["-y", "@modelcontextprotocol/server-gitea"]
env:
GITEA_URL: "https://git.home.kies-media.de"
GITEA_TOKEN: "5688416ff6b5805706f89178322de4e882692e34"
GITEA_REPO: "greggy/haus-schleusingen"
GITEA_BRANCH: "main"