-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/cdx 32 #4
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
README.md
Outdated
@@ -1,21 +1,21 @@ | |||
# ClickSend MCP Server | |||
|
|||
A Model Context Protocol (MCP) server that enables Claude and other AI assistants to send SMS and MMS messages using ClickSend. | |||
**ClickSend MCP** refers to a Message Control Protocol (MCP) server developed specifically for **ClickSend**. |
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.
It's Model Context Protocol, not 'Message Control'.
Suggestion:
'This is the official ClickSend MCP Server developed by ClickSend team. For security reasons do not use unofficial versions of ClickSend MCP'
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.
@goBazinga already updated the PR to reflect the changes
README.md
Outdated
- Search Contacts or Contact Lists and send message to them | ||
- Get SMS Templates, and use that to send message | ||
- Get SMS Stastics for last 30 days | ||
**ClickSend MCP is designed to extend ClickSend’s messaging capabilities into modern AI ecosystems and platforms** - allowing developers and AI agents (like GPTs and LangChain) to easily send SMS, and other messages via ClickSend—without needing to write custom code. |
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.
Are GPTs and Langchain AI agents?
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.
what does 'other messages' refer to?
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.
@goBazinga already updated the PR to reflect the changes
|
||
## Requirements | ||
|
||
- Node.js >= 18 | ||
- you can use`nvm` (Node Version Manager) to set the right version to run this app | ||
|
||
## Installation |
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.
Starting with Claude makes it seem like Claude is necessary to use ClickSend MCP Server. I think the installation steps should be generic and Claude can be highlighted as an example implementation, not primary.
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.
@goBazinga already updated the PR to reflect the changes
Updated README for MCP