codeant-ai-for-open-source[bot] commented on code in PR #44130:
URL: https://github.com/apache/superset/pull/44130#discussion_r3975134460
##########
docs/admin_docs/configuration/mcp-server.mdx:
##########
@@ -736,6 +736,7 @@ Each tool declares one or more required FAB permissions.
The table below maps to
| `list_charts`, `get_chart_info`, `get_chart_data`, `get_chart_preview`,
`generate_chart`, `update_chart` | `can_read` on `Chart` (read), `can_write` on
`Chart` (mutate) |
| `list_dashboards`, `get_dashboard_info`, `generate_dashboard`,
`add_chart_to_existing_dashboard` | `can_read` on `Dashboard` (read),
`can_write` on `Dashboard` (mutate) |
| `list_datasets`, `get_dataset_info`, `create_virtual_dataset`
| `can_read` on `Dataset` (read), `can_write` on
`Dataset` (mutate) |
+| `list_metrics`, `get_table`, `get_compatible_dimensions`,
`get_compatible_metrics` | `can_read` on `Dataset`
|
Review Comment:
**Suggestion:** The table lists only `can_read` on `Dataset`, but these
tools also require metadata permissions and external semantic-view datasource
access. [api mismatch]
**Assessment:** ๐ `Major` ยท ๐ `Occurrence: Sometimes`
[](https://docs.codeant.ai/cli/resolve-pr-comments-skill)
[](https://app.codeant.ai/fix-in-ide?tool=cursor&prompt_id=bdcf9f433f344b47b07d72695308acf8&service=github&base_url=https%3A%2F%2Fgithub.com&org=apache&repo=apache%2Fsuperset)
[](https://app.codeant.ai/fix-in-ide?tool=vscode-claude&prompt_id=bdcf9f433f344b47b07d72695308acf8&service=github&base_url=https%3A%2F%2Fgithub.com&org=apache&repo=apache%2Fsuperset)
<details>
<summary><b>Prompt for AI Agent ๐ค </b></summary>
```mdx
This is a comment left during a code review.
**Path:** docs/admin_docs/configuration/mcp-server.mdx
**Line:** 739:739
**Comment:**
*Api Mismatch: The table lists only `can_read` on `Dataset`, but these
tools also require metadata permissions and external semantic-view datasource
access.
Validate the correctness of the flagged issue. If correct, How can I resolve
this? If you propose a fix, implement it and please make it concise.
Once fix is implemented, also check other comments on the same PR, and ask
user if the user wants to fix the rest of the comments as well. if said yes,
then fetch all the comments validate the correctness and implement a minimal fix
```
</details>
<a
href='https://app.codeant.ai/feedback?pr_url=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fpull%2F44130&comment_hash=a453228dbe61cde50ac9d1406bc19807694ef2ba1f885c8cc008a8bce6aa0c03&reaction=like'>๐</a>
| <a
href='https://app.codeant.ai/feedback?pr_url=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fpull%2F44130&comment_hash=a453228dbe61cde50ac9d1406bc19807694ef2ba1f885c8cc008a8bce6aa0c03&reaction=dislike'>๐</a>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]