-
Notifications
You must be signed in to change notification settings - Fork 10
feat(mcp-server): add delete tool #1387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1 new issue
|
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on Modified Files with Diff Coverage (3)
🛟 Help
|
4b19b0c to
11e8f63
Compare
86803ce to
cac3897
Compare
85da574 to
9e994ee
Compare
packages/mcp-server/.eslintrc.js
Outdated
| module.exports = { | ||
| rules: { | ||
| 'import/extensions': 'off', | ||
| }, | ||
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eslint does not support .js extension. How do you want to fix this ?
Add a new MCP tool to delete one or more records from a collection: - Accepts collectionName and recordIds array - Activity logging with 'delete' action - Returns success message with count of deleted records 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
9e994ee to
7039fb8
Compare
# @forestadmin/mcp-server [1.5.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-12-24) ### Features * **mcp-server:** add delete tool ([#1387](#1387)) ([d633d5c](d633d5c)) * **mcp-server:** add update tool ([#1389](#1389)) ([93f352d](93f352d))

Summary
deleteMCP tool to delete one or more records from a collectionDependencies
This PR is based on #1386 (feat/list-related) and should be merged after it.
Test plan
🤖 Generated with Claude Code