docs: plan workflow console foundation
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -49,6 +49,9 @@
|
||||
\end{minipage}%
|
||||
}
|
||||
\end{titlepage}
|
||||
% The titlepage environment resets the page counter. Continue with physical
|
||||
% page 2 so PDF page labels remain unique for viewers and print dialogs.
|
||||
\setcounter{page}{2}
|
||||
\clearpage
|
||||
\thispagestyle{empty}
|
||||
\section*{Supervisor Certification}
|
||||
|
||||
+13
-3
@@ -13,14 +13,24 @@
|
||||
"mcp": {
|
||||
"serena": {
|
||||
"type": "local",
|
||||
"command": ["serena", "start-mcp-server", "--project-from-cwd"],
|
||||
"command": ["serena", "start-mcp-server", "--project-from-cwd"]
|
||||
// "enabled": false
|
||||
},
|
||||
"Astro docs": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.docs.astro.build/mcp",
|
||||
"enabled": false
|
||||
},
|
||||
"context7": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "@upstash/context7-mcp"],
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"skill": {
|
||||
"wf-*": "allow",
|
||||
"*": "deny"
|
||||
"wf-*": "allow"
|
||||
// "*": "deny"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user