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{minipage}%
|
||||||
}
|
}
|
||||||
\end{titlepage}
|
\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
|
\clearpage
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
\section*{Supervisor Certification}
|
\section*{Supervisor Certification}
|
||||||
|
|||||||
+13
-3
@@ -13,14 +13,24 @@
|
|||||||
"mcp": {
|
"mcp": {
|
||||||
"serena": {
|
"serena": {
|
||||||
"type": "local",
|
"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
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"permission": {
|
"permission": {
|
||||||
"skill": {
|
"skill": {
|
||||||
"wf-*": "allow",
|
"wf-*": "allow"
|
||||||
"*": "deny"
|
// "*": "deny"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user