9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
/**
|
|
* 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
|
|
}
|