Skip to content

Commit abbba16

Browse files
committed
move troubleshooting to the bottom
1 parent 2310b17 commit abbba16

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

ai/model-context-protocol.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,16 @@ When you enable an API endpoint for MCP, the server includes the authentication
167167

168168
If a user asks their AI tool to call a protected endpoint, the tool will request the necessary authentication credentials from the user at that moment.
169169

170+
171+
## Monitoring your MCP server
172+
173+
You can view all available MCP tools in the **Available tools** section of the [MCP Server page](https://dashboard.mintlify.com/products/mcp) in your dashboard.
174+
175+
<Frame>
176+
<img src="/images/mcp/mcp-server-page-light.png" alt="MCP dashboard with Available tools section emphasized" class="block dark:hidden" />
177+
<img src="/images/mcp/mcp-server-page-dark.png" alt="MCP dashboard with Available tools section emphasized" class="hidden dark:block" />
178+
</Frame>
179+
170180
## Troubleshooting
171181

172182
<AccordionGroup>
@@ -193,12 +203,3 @@ If a user asks their AI tool to call a protected endpoint, the tool will request
193203
3. Use the MCP dashboard to verify how your endpoints appear as tools.
194204
</Accordion>
195205
</AccordionGroup>
196-
197-
## Monitoring your MCP server
198-
199-
You can view all available MCP tools in the **Available tools** section of the [MCP Server page](https://dashboard.mintlify.com/products/mcp) in your dashboard.
200-
201-
<Frame>
202-
<img src="/images/mcp/mcp-server-page-light.png" alt="MCP dashboard with Available tools section emphasized" class="block dark:hidden" />
203-
<img src="/images/mcp/mcp-server-page-dark.png" alt="MCP dashboard with Available tools section emphasized" class="hidden dark:block" />
204-
</Frame>

0 commit comments

Comments
 (0)