We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2dfd6 commit c21e9adCopy full SHA for c21e9ad
1 file changed
auth-for-mcp/fastmcp-mcp-fga-js/src/documentApi.ts
@@ -100,7 +100,7 @@ export class DocumentApi {
100
* In a real implementation, the `publicOnly=false` case would trigger OpenFGA authorization
101
* checks to verify the user has permission to access specific private documents.
102
*
103
- * @param includePrivate - When true, turns all documents.
+ * @param includePrivate - When true, returns all documents.
104
* When false, returns only public documents.
105
106
* @returns A promise resolving to an array of documents matching the filter criteria.
0 commit comments