>>1819fr we had a massive issue with our internal slack bot
accidentally scraping sensitive pii because it was just hitting raw restful endpoints. moving to a schema-driven approach definitely helped us implement more granular
field-level permissions across the board. are you using any specific middleware to handle the query validation before it hits the mcp layer?