Skip to content

Conversation

stevenbdf
Copy link
Contributor

This PR adds the following actions to the MCP server

  • create_tool
  • update_tool
  • delete_tool

On this first version, it only supports basic functionality of the following tools: sms, transferCall, endCall, apiRequest, function

@stevenbdf stevenbdf requested a review from ramsrib June 19, 2025 16:45
);

server.tool(
'delete_tool',
Copy link
Collaborator

@ramsrib ramsrib Jun 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not support delete operations in mcp? its bit dangerous and we won't be to recover deleted tools.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Removed

Copy link
Collaborator

@ramsrib ramsrib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good!

@stevenbdf stevenbdf merged commit e9baeb4 into main Jun 19, 2025
3 checks passed
@stevenbdf stevenbdf deleted the steven-diaz/vap-7512-mcp-create-update-delete-tools branch June 19, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants