From 690967d4636c4169d2f977c367c46ca03261ae8a Mon Sep 17 00:00:00 2001 From: Jake Loo <2171134+jakeloo@users.noreply.github.com> Date: Tue, 20 May 2025 08:58:17 -0700 Subject: [PATCH] Update page.mdx Signed-off-by: Jake Loo <2171134+jakeloo@users.noreply.github.com> --- .../nebula/mcp-server/integrations/mcp-clients/page.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/app/nebula/mcp-server/integrations/mcp-clients/page.mdx b/apps/portal/src/app/nebula/mcp-server/integrations/mcp-clients/page.mdx index 59cd85df615..682b378ed7a 100644 --- a/apps/portal/src/app/nebula/mcp-server/integrations/mcp-clients/page.mdx +++ b/apps/portal/src/app/nebula/mcp-server/integrations/mcp-clients/page.mdx @@ -7,4 +7,9 @@ This server can be integrated with any client that supports the Model Context Pr 1. Run the MCP server with the appropriate configuration 2. Connect your MCP client to the server using the selected transport (stdio or SSE) -3. Access thirdweb services through the exposed MCP tools \ No newline at end of file +3. Access thirdweb services through the exposed MCP tools + + +#### References + +[thirdweb-mcp references](https://github.com/thirdweb-dev/ai/tree/main/python/thirdweb-mcp)