Skip to content

Commit 40d7367

Browse files
committed
Updating README and index.html
1 parent 8f4ad01 commit 40d7367

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

mcp-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Header: x-twilio-signature
5757
@TODO: Code samples to generate x-twilio-signature
5858

5959
Available services
60-
* Message (default)
60+
* Messaging (default)
6161
* Voice
6262
* VoiceAddOns
6363
* Conversations

mcp-server/assets/index.html

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,39 @@ <h1>
3939
<img src="https://twilio-labs.github.io/function-templates/static/v1/success.svg" />
4040
<div>
4141
<p>Welcome!</p>
42-
<p>Your live application with Twilio is ready to use!</p>
42+
<p>Your remote MCP server!</p>
4343
</div>
4444
</h1>
4545
<section>
4646
<h2>Get started with your application</h2>
4747
<p>
4848
Follow these steps to try out your new app:
4949
</p>
50-
<p>
51-
This app will return the
52-
<a href="https://www.twilio.com/docs/sms/twiml" target="_blank" rel="noopener">TwiML</a>
53-
required to respond "Hello World" to incoming SMS messages.
54-
</p>
5550
<ol class="steps">
56-
<li>Text any message to your Twilio phone number</li>
57-
<li>You should receive a response saying "Hello World"</li>
51+
<li>Configure your MCP client application to use the /mcp endpoint</li>
52+
<li>Make sure you're generating a signature to pass with your requests using the `x-twilio-signature` header.</li>
53+
<li>Filter the MCP tools by passing a `?service` query parameter, using one or more of the services below.</li>
5854
</ol>
5955
</section>
6056
<section>
57+
<h3>Available services</h3>
58+
<ul style="list-style-type: disc; padding-left: 40px;">
59+
<li>Messaging (default)</li>
60+
<li>Voice</li>
61+
<li>VoiceAddOns</li>
62+
<li>Conversations</li>
63+
<li>Studio</li>
64+
<li>TaskRouter</li>
65+
<li>Serverless</li>
66+
<li>Account</li>
67+
<li>PhoneNumbers</li>
68+
<li>Applications</li>
69+
<li>Auth</li>
70+
<li>AddOns</li>
71+
<li>Usage</li>
72+
</ul>
6173
<!-- APP_INFO_V2 -->
6274
</section>
63-
<section>
64-
<h2>Troubleshooting</h2>
65-
<ul>
66-
<li>
67-
Check the
68-
<a href="https://www.twilio.com/console/phone-numbers/incoming"
69-
target="_blank"
70-
rel="noopener">
71-
phone number configuration
72-
</a>
73-
and make sure the Twilio phone number you want for your app has a SMS webhook
74-
configured to point at the following URL
75-
<form>
76-
<label for="twilio-webhook">Webhook URL</label>
77-
<input type="text" id="twilio-webhook" class="function-root" readonly=true value="/hello-messaging">
78-
</form>
79-
</li>
80-
</ul>
81-
</section>
8275
</div>
8376
</main>
8477
<footer>

0 commit comments

Comments
 (0)