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)