Initial commit

This commit is contained in:
Jordan
2026-04-01 23:16:45 +01:00
commit bc4199aed2
201 changed files with 25612 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/**
* Resources registration.
* Documentation has been moved to the scaffold (docs/).
* No MCP resources are registered — Claude reads docs directly from the workspace.
*/
export function registerResources(server) {
// No resources — docs live in the project's docs/ directory
}