Skip to content

Commit a6bff03

Browse files
Merge pull request #342 from nocodb/docs/mcp-note
2 parents b0285ca + da3c3fd commit a6bff03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/docs/developer-resources/mcp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MCP server exposes standard CRUD operations. These can be triggered conversation
2121
| Update | Change existing data | Mark the status of Project X as completed & re-assign to John |
2222
| Delete | Remove records | Remove all tasks assigned to John |
2323

24+
<Callout type="note"> NocoDB MCP supports only record-level operations and does not handle table, field, or other metadata changes. </Callout>
2425

2526
## Server Configuration (NocoDB)
2627

content/docs/mcp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ MCP server exposes standard CRUD operations. These can be triggered conversation
2222
| Update | Change existing data | Mark the status of Project X as completed & re-assign to John |
2323
| Delete | Remove records | Remove all tasks assigned to John |
2424

25+
<Callout type="note"> NocoDB MCP supports only record-level operations and does not handle table, field, or other metadata changes. </Callout>
2526

2627
## Server Configuration (NocoDB)
2728

0 commit comments

Comments
 (0)