Initial commit
This commit is contained in:
8
mcp-server/resources/index.js
Normal file
8
mcp-server/resources/index.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user