feat(stage-*): basic mcp implementation (#1115)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: LemonNeko <17664845+lemonnekogh@users.noreply.github.com>
This commit is contained in:
Doji
2026-03-05 00:01:33 +08:00
committed by GitHub
co-authored by autofix-ci[bot] LemonNeko
parent 7d934f9c67
commit 8f4909db3e
21 changed files with 810 additions and 68 deletions
@@ -172,6 +172,7 @@ export default defineConfig({
exclude: base => [
...base,
'**/settings/system/general.vue',
'**/settings/modules/mcp.vue',
],
},
resolve(import.meta.dirname, 'src', 'renderer', 'pages'),